Loading Tool

Explorer IconExplorer

Memory Pool

46,538 transactions
27.51 vMB
0.06431751 BTC
Random Selection Loading Transactions
Max Size: 145.90/200 MB

Candidate Block

Mining Attempt 4df9a41454d444e131b88a9b07c468024f44f51d21e48ddb8b1b667ad6e10ff5
Version 20000000
Previous Block 000000000000000000010a3b807eaed33245d20c47bc2486d6ba8a16c067f721
Merkle Root d54c2a3046e3383433322f7b2f51282e44ffc53424d4882b6ebf600fad4ca9ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 1.00 vMB
Total Fees: 0.01226491 BTC
Feerates: 60.10 > 1.23 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,895 (505,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,629 409,629 0000000000000000058a2b12300cb4c56054116772e202da2b7a1cab1d063095 1,775 0.99/1.00 vMB 30
409,628 409,628 000000000000000002298a372251d599fa3cf09cf8c706cdf73ecf089500c52d 1,418 0.99/1.00 vMB 25
409,627 409,627 000000000000000005c2e60613a9cfe6e71de8c17df718fa626fb79a8b70bbde 1,989 0.92/1.00 vMB 38
409,626 409,626 0000000000000000023c96376cbe52b38cff22652417568e7bd1117a907bfc30 3,141 1.00/1.00 vMB 48
409,625 409,625 0000000000000000045050f3edbc81cd330876fafbf8b790c1523d34a1006542 1,777 0.71/1.00 vMB 40
409,624 409,624 000000000000000003c2b033817745b81dd49e055fab8fe7c8237a7d6c6b02cc 1,877 0.90/1.00 vMB 30
409,623 409,623 000000000000000001f668253d2d90df5fe575761621c667bf7fcfd5eaf21442 1,449 0.62/1.00 vMB 36
409,622 409,622 00000000000000000154854c7e55d5046def1677464d197b0d50b98d107185fd 786 0.35/1.00 vMB 32
409,621 409,621 0000000000000000020227bef01de871ccb17e3f6b9a86e9a2785001a71c6afe 1,022 0.54/1.00 vMB 30
409,620 409,620 000000000000000005f83797c139814ac19f6df01ddb5a366ad0a8889eea9e4c 761 0.38/1.00 vMB 30
409,619 409,619 00000000000000000587b0ecde7414c40ab5402c9eab15992843ab1be7838e6d 1,257 0.97/1.00 vMB 22
409,618 409,618 000000000000000003432b6e1c817af9b973ab922d8599aa8eac6f47df83120e 880 0.49/1.00 vMB 37
409,617 409,617 000000000000000001f508415696d33d226768d5b1a432aea0d27549d953a474 1,317 0.98/1.00 vMB 21
409,616 409,616 000000000000000005094edd38c73eaf60de03d12ecbc3a712e373de33cf1c01 3,068 1.00/1.00 vMB 49
409,615 409,615 0000000000000000016f5e0e5823f8ddc0ef88b50ea6bba3ebfcdbe5d8b29c2c 2,109 1.00/1.00 vMB 31
409,614 409,614 000000000000000004c9ec72011c21b4042323ebe18a5be1b8e838ec252f260c 877 0.99/1.00 vMB 28
409,613 409,613 0000000000000000016665fbaede5dbe34c2d3ea7a2c4fa378c256a99b9b89d3 1,928 1.00/1.00 vMB 29
409,612 409,612 000000000000000000107e0482e17f4e5bc02b4a63c9829b7e8ab1826a6a4487 15 0.00/1.00 vMB 88
409,611 409,611 000000000000000002c9946baa2185e02644b9eb27d0c8de8b16f7c52869df5c 2,610 1.00/1.00 vMB 57
409,610 409,610 000000000000000001566a208b38f4babad75049e82d4a7a1b4dfefcee9dbb89 66 0.02/1.00 vMB 45
409,609 409,609 000000000000000002794c9ce82148a1acf14eb2ae3115c62d125a2da05da3c3 1,525 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.20 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: 654.05 GB
    • Received: 14.10 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.