Loading Tool

Explorer IconExplorer

Memory Pool

86,770 transactions
31.55 vMB
0.21259713 BTC
Random Selection Loading Transactions
Max Size: 191.50/200 MB

Candidate Block

Mining Attempt aa009c1bb0251e0e3a1d0f21ee2d55b09bdd9668f640d94aadec4b59d0df37de
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root ec432c828c31c21a5d0f11f6c250e246f779be6d1ea653f0fa1abab1cdba7648
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.10734731 BTC
Feerates: 502.67 > 10.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (538,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,784 376,784 0000000000000000035b7de10df7d39889b78bf0e62ba0183d50114151f8d67a 405 0.33/1.00 vMB 29
376,783 376,783 000000000000000009c689a625899c71312ad04302f2b380262b2dbcbe6d2a93 632 0.50/1.00 vMB 37
376,782 376,782 0000000000000000120b9e804c5e36adc5ecaaf9328a0369231ef9b704d6a6cf 651 0.47/1.00 vMB 25
376,781 376,781 000000000000000002e8a670aabbfad64f3f9b9dd3a20015e32a36320ac0200a 273 0.15/1.00 vMB 24
376,780 376,780 000000000000000009233b9481e0ad74a08883bf7c36b1884351397e18da879f 431 0.15/1.00 vMB 42
376,779 376,779 00000000000000000e528494c32597b7b27483dc2b0e1e75e25668fca508b626 1,511 0.61/1.00 vMB 39
376,778 376,778 000000000000000007130d890d0942a4f4a401d371cd4b767106bc4a7ea2720f 65 0.06/1.00 vMB 11
376,777 376,777 00000000000000000ba77f1c3a1dd45dc9aee0c4280125a99f0fba1460184d69 928 0.40/1.00 vMB 38
376,776 376,776 00000000000000000228d4161d3df618e830a57f315fcf1cf5df27292f4f6c41 1 0.00/1.00 vMB 0
376,775 376,775 0000000000000000119cb2b79d4d78387e848c9d94e1a6b4b37af6a66b0a0697 599 0.54/1.00 vMB 17
376,774 376,774 00000000000000000b53efd71bcd9707cc88a730df0cfd83b2943a0bbba6f5f7 1,735 0.75/1.00 vMB 48
376,773 376,773 00000000000000000d15653701e21241a22e11efec97d5e9e8c585eabaf2f8a2 1,670 0.75/1.00 vMB 36
376,772 376,772 000000000000000009750fa0e6bb08f195c0a232c33034326251b4f75677a947 802 0.83/1.00 vMB 14
376,771 376,771 000000000000000010309dbe78669cdf60f7d89d44eb6e43b919b1930b8553ec 747 0.29/1.00 vMB 39
376,770 376,770 0000000000000000085e7833390413c9046b09c786bd9c1e087e144f878e9ffa 1,905 0.78/1.00 vMB 40
376,769 376,769 00000000000000000b4ec9fb8d75bdf15f59d4f74077be77fe7a6203b80327ca 854 0.91/1.00 vMB 19
376,768 376,768 0000000000000000090da49903f028ffc3f5857e3425135762ca5709ee217c03 1 0.00/1.00 vMB 0
376,767 376,767 000000000000000004dc3a10af42da6239660e76a801e67b68e84f0d4ff729c7 1,359 0.56/1.00 vMB 39
376,766 376,766 0000000000000000104a6bf0ca793c0effd638781610e1310e16f243b1541ebf 533 0.26/1.00 vMB 35
376,765 376,765 000000000000000009b5e4607d7339b3cc3651355b1fa3b5a3b9db09a26afaf7 536 0.24/1.00 vMB 35
376,764 376,764 000000000000000006aca580f7d790c9150f37db579397d964fae7346e7c9182 918 0.46/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.61 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: 671.94 GB
    • Received: 16.08 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.