Loading Tool

Explorer IconExplorer

Memory Pool

33,820 transactions
25.31 vMB
0.06674468 BTC
Random Selection Loading Transactions
Max Size: 128.52/200 MB

Candidate Block

Mining Attempt 12e9286051cb6f7de095af755c6c4d66b75ff6dd08ebb2ebdde0dee2f165e7db
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 141b6041c4f00e628fa5f6a39156071f4a50ffda3ea3e22d138f4cb480a55487
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,284
Size: 1.00 vMB
Total Fees: 0.02103269 BTC
Feerates: 151.12 > 2.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (79,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,164 835,164 00000000000000000000569605212cbee0f6257c5b0c9f0cfdea99b3e16ff5e9 1,244 1.00/1.00 vMB 10
835,163 835,163 000000000000000000000a489e7f7f7f90737f1acf0eb25584aa93e37440b9d5 2,057 1.00/1.00 vMB 9
835,162 835,162 00000000000000000001b07af8fa22126680f2ce10939defda0faae38e1fe409 2,651 1.00/1.00 vMB 19
835,161 835,161 000000000000000000021a731d2106dda997d6eaf6228252c7abdc259c1fca5e 2,298 1.00/1.00 vMB 13
835,160 835,160 000000000000000000010954e097f1984101be34e614e965994a852a33d7a081 2,744 1.00/1.00 vMB 23
835,159 835,159 00000000000000000002ce148f70f012eab7f0644255ad2cef3c774ee79f0db4 262 1.00/1.00 vMB 7
835,158 835,158 00000000000000000001b6709dc716b14f72cdbd39d32a214502cb17a168eb93 98 1.00/1.00 vMB 7
835,157 835,157 00000000000000000000af6c53384d6352750ca09502972400bf89255ea10c5a 2,765 1.00/1.00 vMB 11
835,156 835,156 0000000000000000000086a9da87ceee0b25ed2cfc6a8b73582f2a2334bd10a8 1,886 1.00/1.00 vMB 10
835,155 835,155 00000000000000000002fdd9c2553dad26f7e161a0e712295985aab85189fe6f 2,367 1.00/1.00 vMB 13
835,154 835,154 00000000000000000000f639ab50325c3efd8e2ab6397f84448299cc503a5441 1,809 1.00/1.00 vMB 12
835,153 835,153 00000000000000000003023ac2600becaa60537a6b36526d1f033a7ed745581b 1,222 1.00/1.00 vMB 8
835,152 835,152 000000000000000000022e134aaa57f955f66a66b9a3b4f4c2f04c412b2b1c2e 3,507 1.00/1.00 vMB 11
835,151 835,151 00000000000000000000d3e86f31a24c768d3807d5d247d0e2669ed7f81ca1b9 1 0.00/1.00 vMB 0
835,150 835,150 0000000000000000000217baebb8718901ca32e8c9e76515da56507890e88277 2,500 1.00/1.00 vMB 12
835,149 835,149 00000000000000000000b08874e0b78558c4ad9ef9d25ab960221439132b7e88 2,044 1.00/1.00 vMB 14
835,148 835,148 0000000000000000000233a4429fa2260726ddd139bbcb8ff4d3d5e5d5f88254 3,364 1.00/1.00 vMB 10
835,147 835,147 0000000000000000000305f5b6856eb63aee6b1be322cfc04d1cc07d41724f5e 2,784 1.00/1.00 vMB 8
835,146 835,146 000000000000000000003dba890ab4d420b3ef52f2827fb145257c7949d868e2 2,210 1.00/1.00 vMB 13
835,145 835,145 00000000000000000002c1bd374da32b2e304d1f9224d63aa680849cfc44fef1 2,480 1.00/1.00 vMB 15
835,144 835,144 00000000000000000000fceb513625c14e17dfc6be25a533feccf197cb30af84 2,568 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.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.