Loading Tool

Explorer IconExplorer

Memory Pool

84,303 transactions
31.65 vMB
0.14211348 BTC
Random Selection Loading Transactions
Max Size: 189.06/200 MB

Candidate Block

Mining Attempt 02b88f9902759076a708c1a0ccc9675d73dbad33c2ebe19a6b0bcc078f2d7175
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 052fd14bb9c5655c7367682b6187817e174d46daa8bf92ce4a12ec405ca3f0cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.03750462 BTC
Feerates: 55.77 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (462,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,936 452,936 0000000000000000004e7d3a6ae6ee2a7a78c33ba07cf554a145b9176991d9cc 1,541 1.00/1.00 vMB 93
452,935 452,935 000000000000000002517b6d1d0fd1136ebd9c87cd8fe30a5ca06368674aece1 2,183 1.00/1.00 vMB 83
452,934 452,934 00000000000000000088d06001a8c7dfe5362e775148ed467ea24b6ca975894c 1,753 1.00/1.00 vMB 75
452,933 452,933 000000000000000001284b2ea8c32f3fde978e853d38b320aba2a22754ff0b6b 1,783 1.00/1.00 vMB 70
452,932 452,932 000000000000000000c1e1fc38c6593f530093cf956ef4e34970c74c0f642e99 1,961 1.00/1.00 vMB 78
452,931 452,931 0000000000000000007110d763ec08d4d76a574243a58cca5d05d29e5accb293 1,777 1.00/1.00 vMB 86
452,930 452,930 00000000000000000140b011741a4987ade1cc2c5a0935d4d8d36b74810ca9f7 2,221 1.00/1.00 vMB 67
452,929 452,929 000000000000000000f4e67b12f62e8297ea86ba515df7681841e26ba32c3071 2,381 1.00/1.00 vMB 116
452,928 452,928 0000000000000000000f62301cc883023932d0a20875c09e8f34d723c958a039 1 0.00/1.00 vMB 0
452,927 452,927 000000000000000000e6cfe42a619f6a4cc19c888679dbf2dc0aed0a007171ac 2,515 1.00/1.00 vMB 70
452,926 452,926 000000000000000000d208202f7d8a56ee57c59032e4b1687364db96596d3ced 2,602 1.00/1.00 vMB 122
452,925 452,925 0000000000000000012ff49699b0227599cb4e99e61880b1f7de28aa7f381fa7 2,505 1.00/1.00 vMB 119
452,924 452,924 00000000000000000220b54ec464e49545235644d584941dd4a1115a9a36d542 3,236 1.00/1.00 vMB 85
452,923 452,923 000000000000000001e006521e8a649723958d1afbf0d056426e433ed9565a84 3,299 1.00/1.00 vMB 65
452,922 452,922 0000000000000000012428a0c0f257cfe231c13c64d06c51bacdf5d0c8a9168e 1,745 1.00/1.00 vMB 100
452,921 452,921 0000000000000000025cb901801e1723e3a0e2d5b38cbb52aef2c06ab30524cb 2,277 1.00/1.00 vMB 107
452,920 452,920 000000000000000001ce0149e9cdfc7d7bbee5bf5657ab1256a5dd26bab1bd0f 2,416 1.00/1.00 vMB 92
452,919 452,919 000000000000000002742718fddd7ef07e9b7b2c27f4e14f8e058b26bb15860a 2,090 1.00/1.00 vMB 108
452,918 452,918 0000000000000000000ea8d72dcde6f04fd20c58019e57d7d380a65b0f1900c7 1,659 1.00/1.00 vMB 75
452,917 452,917 00000000000000000049f89dc5785cda5379b46423c9d552e5ddffe6238c325d 2,464 1.00/1.00 vMB 82
452,916 452,916 000000000000000000d429794425cbfea92f326f76bbf14989f7edb51c704a3f 651 0.63/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.