Loading Tool

Explorer IconExplorer

Memory Pool

45,939 transactions
27.95 vMB
0.08424583 BTC
Random Selection Loading Transactions
Max Size: 147.87/200 MB

Candidate Block

Mining Attempt d25dcd7bae7410e4ef8994589ba5eb10dcbc3f1c6e60974e3acafe3fec7e09d6
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root b432bbb92bf91ad28c83dfbc6f4f601faca0f52b9e91d8edc6e7c5159fea80ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.03010979 BTC
Feerates: 181.54 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (501,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,883 413,883 000000000000000004eab14a67d85e32afbc66dece553233fee70563d2cbdee9 683 0.99/1.00 vMB 21
413,882 413,882 0000000000000000001396505324b7201922ba913b5fdd0bbb9a96c2ff1a5d2e 1,444 1.00/1.00 vMB 43
413,881 413,881 000000000000000004dfa2f77ab7be329736f8a707d8a9fc24f81b05a2a6c8a8 2,184 1.00/1.00 vMB 51
413,880 413,880 000000000000000002a6058ce6d35cc91fbd2525297a40e430f27a88af8458cf 2,562 1.00/1.00 vMB 62
413,879 413,879 0000000000000000014c1b317032b69d265502f38c06a9f81f9618151017a28e 1,128 0.99/1.00 vMB 28
413,878 413,878 0000000000000000014ad8b8420f4af8e5ef93742fabf2e3538a0efffd6148f6 233 0.18/1.00 vMB 64
413,877 413,877 000000000000000000b58fe4a87d2ef0b92a13b61ccbda3fed7eaf195a3b7fd5 669 0.34/1.00 vMB 53
413,876 413,876 00000000000000000500e3e0c8fa98e9e3be723b8d3a11b6ed0f366446045a9a 1,863 0.97/1.00 vMB 46
413,875 413,875 0000000000000000019df9b89bf41ce706b24dc26c7b73614a2c08f9fcd40a0d 1,282 0.71/1.00 vMB 43
413,874 413,874 000000000000000001e49c9da39ec0298b1c4590275bbb23b65fb9d324971ff7 1,296 1.00/1.00 vMB 33
413,873 413,873 000000000000000002ff9cbd36cf1c9a8b60349abc8486632030539c32e26402 711 0.33/1.00 vMB 78
413,872 413,872 000000000000000003e141ddc3ecc6b2d9119df23fdf0b53915cdb504c5878c3 1,499 0.92/1.00 vMB 37
413,871 413,871 00000000000000000283142b590caf17566264290177c61a6db10b3d26f9d18d 675 0.40/1.00 vMB 42
413,870 413,870 000000000000000001a2e6679f372c8560f3230b31f94361c1876241c614180b 1,234 0.61/1.00 vMB 50
413,869 413,869 00000000000000000333fc26cebd39b60e99977fd065b7a6dff28ce4cef3088e 2,095 1.00/1.00 vMB 42
413,868 413,868 000000000000000003271f7e5f169514a5ea6416c078d4dd1d9161ea7d586d50 1,945 1.00/1.00 vMB 56
413,867 413,867 000000000000000002af12656ae944560208a3f3c40a484dadfe2de17a1222a6 875 0.48/1.00 vMB 48
413,866 413,866 000000000000000002bd231cff371e5985a5bd21efc31ba6c3a1542ec3842c3e 1,272 0.96/1.00 vMB 33
413,865 413,865 000000000000000004616e7e5a2d5864ea245236cc72a9528cef990888643821 2,436 1.00/1.00 vMB 58
413,864 413,864 000000000000000003120d4651a9c70a006db3b354089343045e1a0d66321ec4 1,074 0.51/1.00 vMB 50
413,863 413,863 0000000000000000028f42c4882e83264cdbb5b08ac74509beea0e3ed5d0c2be 956 0.76/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.