Loading Tool

Explorer IconExplorer

Memory Pool

81,048 transactions
30.07 vMB
0.09496192 BTC
Random Selection Loading Transactions
Max Size: 179.30/200 MB

Candidate Block

Mining Attempt da7497d09987296c1a8bddbf987ec8113fdc77559ffa8fafdbdad86a1e1fbdb3
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 2e8362f68da5420589ee21bee3f9eb79397a0d725d93ee907b90eafac5ba7d9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.03160959 BTC
Feerates: 100.37 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (443,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,849 471,849 000000000000000000a2f2955ded1f9304a616b4f519132dc0679db217d7056a 2,375 1.00/1.00 vMB 193
471,848 471,848 000000000000000000e33ff6c3e9e88183bb460be9bbb87877701bcff6e0c406 2,340 1.00/1.00 vMB 358
471,847 471,847 0000000000000000016f2a6db0d0829ee061ac1a6c7b1a3661866ee4ec6eab9b 2,247 0.99/1.00 vMB 264
471,846 471,846 000000000000000000331f1f8a8362a7ea77c92ca622df8f5a60abf83dbac009 2,074 1.00/1.00 vMB 270
471,845 471,845 000000000000000001683b0fc72d49b600a15ad6bdaeabe25572db98f42d6754 1,922 1.00/1.00 vMB 333
471,844 471,844 000000000000000000925acc1c994e3268502e8196a4635ef198a778fcfae0e3 2,379 1.00/1.00 vMB 283
471,843 471,843 000000000000000000849bce6d0c50754d8cffec725f45c8522ccfa1ee282f99 2,745 1.00/1.00 vMB 355
471,842 471,842 0000000000000000008895a7f56aacb59c1601ca493d7881e0cb47a7eeaf47ac 1,906 1.00/1.00 vMB 363
471,841 471,841 000000000000000001701b6a3b557981df7a4aac6491953d3f42fd052c4cb69d 2,400 1.00/1.00 vMB 362
471,840 471,840 000000000000000001442efa24c535992a4bc8966536fe994ce6ae370a92a024 2,203 1.00/1.00 vMB 357
471,839 471,839 00000000000000000099357e8ef2794796c67e7f213be9b4876801d831d43499 1,272 1.00/1.00 vMB 375
471,838 471,838 0000000000000000002731e1b4879f9d48575f2f81514a8be9f9cfcbfb8729ce 2,040 1.00/1.00 vMB 230
471,837 471,837 0000000000000000014419b320df26e539507e9b4dc12f92c7d92c2b33dac48f 2,143 1.00/1.00 vMB 326
471,836 471,836 0000000000000000011da3d4e48a4fc02a9d9a020c2789d032adffac2938a88a 1,825 1.00/1.00 vMB 122
471,835 471,835 000000000000000000729ff030fb713be9321b67dcbebe3d8aa59ccf381f8149 2,249 1.00/1.00 vMB 197
471,834 471,834 0000000000000000007be78cd3e9e38c3a098b19471f7e3403f5b759d7d01f4a 2,003 0.99/1.00 vMB 315
471,833 471,833 0000000000000000013053cb11a9a0fc9247c297a5749ee1ca12535adbc327f0 1,873 1.00/1.00 vMB 222
471,832 471,832 00000000000000000049d270223648b4bd8a96771f2c9549817cbb80fc969e0d 2,297 1.00/1.00 vMB 334
471,831 471,831 0000000000000000011a643e2d035aeca55adaa2b88dd49d09bc97abd8fad551 514 1.00/1.00 vMB 58
471,830 471,830 0000000000000000000821ca16d2f7abdb5063ca7ba2f103936677dac47b092b 661 1.00/1.00 vMB 50
471,829 471,829 0000000000000000016b072441130e09226d4dbd3d115b2411710a50d56e1865 1,594 1.00/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 782.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.42 GB
    • Received: 15.51 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.