Loading Tool

Explorer IconExplorer

Memory Pool

46,998 transactions
27.85 vMB
0.08524052 BTC
Random Selection Loading Transactions
Max Size: 147.99/200 MB

Candidate Block

Mining Attempt 4df8fcfb536d82f7ed6a8409aa14ae1146f055f1d3c1ae5662f6b56837d9aead
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 971ef17acd0eed6f5f732e3b65f37823ed716c09e284e9c9a31fe7896a3a95df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.03218854 BTC
Feerates: 500.00 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (328,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,730 586,730 00000000000000000004b9e97c2bdcf7b564133950f4bc0ef311a52d762cacb6 996 0.28/1.00 vMB 20
586,729 586,729 000000000000000000041f4e98686e50e8b7a7e7f865f0ea429d2eab242c1e5f 2,831 1.00/1.00 vMB 36
586,728 586,728 000000000000000000131c480b2cf080330c22ba77fd9804fe270b2cdd037788 361 0.10/1.00 vMB 38
586,727 586,727 000000000000000000163188d1a31ad8d6a3809af35595f7fd05483e12cef4d8 1,939 0.58/1.00 vMB 26
586,726 586,726 0000000000000000000c392067ec6315cafcab8aad6d99a4bba78780b623867b 1,607 0.47/1.00 vMB 31
586,725 586,725 0000000000000000001121c9dffa75d182c011330d6f97fcbf8d9f15732c8df3 2,141 0.77/1.00 vMB 27
586,724 586,724 0000000000000000000cf403ca4f0a705c6056831bd7c555c719372d6066a8ba 962 0.87/1.00 vMB 10
586,723 586,723 00000000000000000018af4fb18c0c5440450e2c42c7862bb1a51bdd21df866e 1,468 0.44/1.00 vMB 28
586,722 586,722 000000000000000000154b07148fdec16e5209fa2dcdc1409d28643b70fc5df9 1,359 0.46/1.00 vMB 26
586,721 586,721 00000000000000000001ae5d475c94076b2b1f89b45152327c51dc1fa10e28fd 2,025 0.68/1.00 vMB 28
586,720 586,720 0000000000000000001ceb6468c9f047f60ba7aa5419842d703bc9ed61bcdf0e 2,469 0.98/1.00 vMB 7
586,719 586,719 0000000000000000000151fa6ae58816635be4833b9ba4cf6b22e0e75fb50a85 2,797 1.00/1.00 vMB 34
586,718 586,718 00000000000000000005e0a99eee033f56df9bf6d3087a462fd4fc16b8141c40 2,861 1.00/1.00 vMB 62
586,717 586,717 0000000000000000000969710be713e5eef37973a4b4461e1123dced86046a24 1,177 0.37/1.00 vMB 45
586,716 586,716 0000000000000000001dbc2950bcf74c7dd9ca174ca2e9da1790240678fcac6c 2,711 0.90/1.00 vMB 28
586,715 586,715 00000000000000000003674e47b55582dbf8731f4f676622e55fd435cd7d1710 2,328 0.79/1.00 vMB 10
586,714 586,714 00000000000000000012e01b806f3c0a3af8090a126ce06253e798e5ee20a111 2,292 1.00/1.00 vMB 56
586,713 586,713 00000000000000000008362e46f26a98f879d37ac749caf3a51742adf0985ab8 2,944 1.00/1.00 vMB 43
586,712 586,712 0000000000000000001e2506a7d13649e68add03963b3f0248746692bd6b309f 1,716 0.62/1.00 vMB 7
586,711 586,711 0000000000000000000343d54e35cfd124b1dda2531156c531462f0c2de7ac8e 3,270 1.00/1.00 vMB 45
586,710 586,710 000000000000000000087f9bd1882f2e9d0df627e8ba8d1a973c0f351b972086 734 0.30/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.