Loading Tool

Explorer IconExplorer

Memory Pool

41,593 transactions
26.69 vMB
0.05528854 BTC
Random Selection Loading Transactions
Max Size: 139.95/200 MB

Candidate Block

Mining Attempt 7dfbf169b0fc11a044311f85d593baaddaceaff1a147fe47f354806b68830347
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a9a3c9744a1171441c614e8486e9cfd27e1b3e80091f05f653392656b1ecb92c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,699
Size: 1.00 vMB
Total Fees: 0.00602501 BTC
Feerates: 103.41 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (67,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,756 847,756 000000000000000000001e3c0f586dbce74ddb2c97bbbfaf3d108293c4f5b6c9 4,003 1.00/1.00 vMB 39
847,755 847,755 0000000000000000000007a9e74dee6e787cff096bdcfbd134c0e9d3e4627fd6 3,876 1.00/1.00 vMB 34
847,754 847,754 00000000000000000000fba95ecdfdb82a40e62c2e0482c28c23f96c1624c7af 4,459 1.00/1.00 vMB 30
847,753 847,753 0000000000000000000259dc587fbc43e5d05bac49c2f28f86081680e6b2496d 6,366 1.00/1.00 vMB 28
847,752 847,752 000000000000000000034f3db135ef71802290885b69a888643babc5c39b55eb 3,879 1.00/1.00 vMB 33
847,751 847,751 000000000000000000022044e14363c4678f073fbfda080ea24daba6e5e97f2a 7,002 1.00/1.00 vMB 25
847,750 847,750 00000000000000000001016425e061359d6f8eb57a245c92f2cf095612bcadaa 6,103 1.00/1.00 vMB 26
847,749 847,749 000000000000000000028078e81ea9bb855e186bab53822b2d8694f5870a0f21 4,351 1.00/1.00 vMB 24
847,748 847,748 000000000000000000023583d7d5bb384530df438890d9e5f9449363a6a855c8 4,637 1.00/1.00 vMB 27
847,747 847,747 000000000000000000034bcea4bfc1fa8419ecb21d598fd346bcc239db92983c 3,742 1.00/1.00 vMB 30
847,746 847,746 0000000000000000000292801a4e5709adf59b7019cb0bd2c64fc68c64c62e1a 6,318 1.00/1.00 vMB 28
847,745 847,745 0000000000000000000061f8f48636e8c5ffb75ed56da53b2ab247ef68f0fe2e 4,243 1.00/1.00 vMB 35
847,744 847,744 00000000000000000001e5e1cd661a4743a43ad2595319e4f07cad12b1ee584c 7,649 1.00/1.00 vMB 24
847,743 847,743 000000000000000000026fdfaba1bd60a842c0ccd0638238a7c54018a3b631b2 4,578 1.00/1.00 vMB 27
847,742 847,742 00000000000000000000d19f13260ee23923e102340c0310a91acec69c79a715 4,873 1.00/1.00 vMB 28
847,741 847,741 00000000000000000002f0a5e88b69f5e87d92c27340359fec4fb7f9f5eb9b3c 3,777 1.00/1.00 vMB 34
847,740 847,740 000000000000000000015a0d455a03e23f4931e31af051498f2d10713eb3c953 5,414 1.00/1.00 vMB 26
847,739 847,739 00000000000000000003098e49c50f51465833650b2a3a2610ffdd1dab22167a 7,046 1.00/1.00 vMB 25
847,738 847,738 000000000000000000024dd1c155873bbe286d171a061374f192c65984acc9fc 4,447 1.00/1.00 vMB 29
847,737 847,737 0000000000000000000067d3c948024be8f5a8705cc8482fe70bd6c0143bc667 6,794 1.00/1.00 vMB 24
847,736 847,736 00000000000000000002e186983c0e47456ab871b084ebff1e1d0bacccb46654 4,475 1.00/1.00 vMB 27
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.52 GB
    • Received: 14.32 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.