Loading Tool

Explorer IconExplorer

Memory Pool

81,242 transactions
30.23 vMB
0.13597260 BTC
Random Selection Loading Transactions
Max Size: 181.77/200 MB

Candidate Block

Mining Attempt c81e41cfc6876c23d7a8db15c343a032f839e0dd08b17327b4df56e434d7fc70
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 19f8ae1d914b8b42d6f45421c6834b7c7adc72a850345d2e6a7649163cde58cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.05721818 BTC
Feerates: 242.90 > 5.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (320,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,862 594,862 0000000000000000000dd2354a2c7afc33fc29bbe9dfb0c13b2e1a302aaed9e6 435 0.15/1.00 vMB 17
594,861 594,861 0000000000000000000fee7782866e79ae195e35e99e35021e5e9cb30515f0cf 1,928 0.66/1.00 vMB 18
594,860 594,860 00000000000000000010be4895ecf1336c1dfcafafa838ecc2326b51ce086a56 145 0.04/1.00 vMB 13
594,859 594,859 00000000000000000008ea8efe7d76b420ca2c5d30c177ade5581c564537e093 1,785 0.58/1.00 vMB 13
594,858 594,858 0000000000000000000bb70d79fdaed42d48eaad80335ca7b5c269fec80bb39c 2,048 0.73/1.00 vMB 18
594,857 594,857 00000000000000000002b52604ad984b54509244773d275e322d4894a0c5fc9c 1,077 0.68/1.00 vMB 1
594,856 594,856 00000000000000000009358740a21ed4ce636cca38965dbfef7a6f229dee4f01 2,566 1.00/1.00 vMB 5
594,855 594,855 0000000000000000000307aa4a2b4f96ee5b451592b2fa04fad367f330c9b836 2,948 1.00/1.00 vMB 18
594,854 594,854 000000000000000000131eee4e4772d242f3f469190ff2e896eb93163ff46ea7 3,080 1.00/1.00 vMB 7
594,853 594,853 000000000000000000072aa10c0efc34612dc2f1ad81335b08f9636d3fadd6d2 3,495 1.00/1.00 vMB 33
594,852 594,852 000000000000000000134af8fbffe6c23dd3d764d61d32373d30b9d04b94647d 3,517 1.00/1.00 vMB 23
594,851 594,851 0000000000000000000f1fabb57e3f43b475d788a521b4912b9efb630778f549 2,920 1.00/1.00 vMB 19
594,850 594,850 0000000000000000000546cdca213a469885d6ee3ecd867a65d163702b0506e7 3,009 1.00/1.00 vMB 33
594,849 594,849 00000000000000000014e65c582688884a657b457e166fcc0eaec973bda17d06 2,537 1.00/1.00 vMB 31
594,848 594,848 000000000000000000136f6922e4bc531772663d72b2f238f8a5ade76a1c0344 3,197 1.00/1.00 vMB 18
594,847 594,847 0000000000000000000b1450066766e78c5baa2a3c1e3f80237460ae5ba6bc7d 2,609 0.85/1.00 vMB 13
594,846 594,846 000000000000000000111d2098f085fb0dcbe0c703e70d787b402f1be0298fac 3,416 1.00/1.00 vMB 20
594,845 594,845 0000000000000000000a9cb3812b5bfc2561f9be4faac7c7b53e975ac79553f2 697 0.21/1.00 vMB 17
594,844 594,844 0000000000000000000dcfb8b4d161de9cd5de91b838bd60d4ff0c6e879ccff6 1,394 0.67/1.00 vMB 14
594,843 594,843 0000000000000000000e51f6c6bc0b4dfd6022ed6193fb38568b547c7af6ebd0 2,887 1.00/1.00 vMB 6
594,842 594,842 0000000000000000000d4ab3d73fd142fefbd084c4673fb2058da498c5d3c71b 2,879 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.67 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: 674.20 GB
    • Received: 16.43 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.