Loading Tool

Explorer IconExplorer

Memory Pool

77,927 transactions
33.88 vMB
0.14378798 BTC
Random Selection Loading Transactions
Max Size: 189.95/200 MB

Candidate Block

Mining Attempt f7f96395c8d74530e9281cc89d72cdaa7df94c2f4dd9142cd1930838cf899d8a
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 425ca9e1b4633def0460c4d7026c782c8b6280e8cf2c318233c85e073b890013
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,600
Size: 1.00 vMB
Total Fees: 0.02993994 BTC
Feerates: 100.53 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (22,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
893,131 893,131 00000000000000000000ea83de4b7b4e2f7ec66aa366f1778d536001929f3f44 3,884 1.00/1.00 vMB 3
893,130 893,130 000000000000000000019d0bd0c854a0627f2d124c7327700fd1bcdc93e6c4f2 4,092 1.00/1.00 vMB 5
893,129 893,129 00000000000000000000db6628b841acc26ea1a29baf06d030dff36e98f6119f 5,040 1.00/1.00 vMB 4
893,128 893,128 00000000000000000001a3b434fc14ad8b5054da067e469026371e11c3c5d491 4,801 1.00/1.00 vMB 5
893,127 893,127 000000000000000000004f7bc539189bb80bdd0e837efba28dd0620da01b3fd5 3,865 1.00/1.00 vMB 8
893,126 893,126 00000000000000000000a6ced476551ae51d47dbff655700a1e25b0adeb994ce 4,774 1.00/1.00 vMB 7
893,125 893,125 0000000000000000000154ba8761cc956d8c2cd320d0ee09da24a41e523ee6c0 5,052 1.00/1.00 vMB 6
893,124 893,124 000000000000000000008211f3efd883759782c5e6aa05d607479f30c6fb95c0 4,890 1.00/1.00 vMB 5
893,123 893,123 000000000000000000008bde5f911f7330a8a8d529061dbf98a7d88efc31ed65 4,998 1.00/1.00 vMB 3
893,122 893,122 00000000000000000001f9d98e0db28905e672b5c59cc026f9b28b3ef9c8d780 4,707 1.00/1.00 vMB 5
893,121 893,121 00000000000000000001d1cbbcf15cf9b008c9e3a45fb2d4803d4a89ecba2a7b 5,166 1.00/1.00 vMB 3
893,120 893,120 0000000000000000000050e077a0c99acfaea23ca93bc7b84418fb6b8841bc59 4,566 1.00/1.00 vMB 5
893,119 893,119 00000000000000000000c0bf46356feea701fbf0ccf5d9946689360aace46adf 3,476 1.00/1.00 vMB 3
893,118 893,118 0000000000000000000112121483092a181530f705f1e6e3522a110d2f231804 4,114 1.00/1.00 vMB 4
893,117 893,117 00000000000000000002115e16262b609f88d36e528859a8d85bd1448c5d10b5 497 1.00/1.00 vMB 2
893,116 893,116 00000000000000000001e36c52a835bff83dd3debabe2d58780f7fa26fa1afb6 3,635 1.00/1.00 vMB 3
893,115 893,115 0000000000000000000116d1ad330e8d17824467ee4d1658b654d68d1102bb61 3,835 1.00/1.00 vMB 3
893,114 893,114 00000000000000000001464e32059710b55f16ecb1bcfaaf60af9ec784ac8abc 4,168 1.00/1.00 vMB 3
893,113 893,113 0000000000000000000135936430598e8c77187877c727abada1a9f5719d5851 4,439 1.00/1.00 vMB 2
893,112 893,112 00000000000000000000a0f5d425560571c46e2e7b4cde2375eb899becf3da0c 4,041 1.00/1.00 vMB 4
893,111 893,111 00000000000000000000c575d583d7f1b91005f99296b8dc575da0355cca77e9 3,987 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 733.48 GB
    • Received: 18.54 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.