Loading Tool

Explorer IconExplorer

Memory Pool

78,938 transactions
29.13 vMB
0.11581283 BTC
Random Selection Loading Transactions
Max Size: 176.82/200 MB

Candidate Block

Mining Attempt a5c2c03f9bf7b0923b001ee67bf2004a30b4578f3ae2ee9d27770aa4f03e130e
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 1269436d11029165899130e1075361602844ede6accdda6c832ab63869be4168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.05455946 BTC
Feerates: 101.65 > 5.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (478,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,593 436,593 000000000000000004559743a5e9536d17e8e5d4c45fe679ae95340a9533e65b 780 0.37/1.00 vMB 51
436,592 436,592 000000000000000003f8f5f23b3c6f97f41a7531d380bda6f56e0680b23095a3 2,248 1.00/1.00 vMB 54
436,591 436,591 0000000000000000039c0c0c73fc644b35bcdddc1aca4ece4022639f99e8af2f 2,430 1.00/1.00 vMB 68
436,590 436,590 0000000000000000030224d0fdde5b02385a8ae3b52346c9331dc1e1bb2f4d84 1,687 0.75/1.00 vMB 101
436,589 436,589 00000000000000000228494093209c7012bed46a24e603e1d38379cf1a586a9b 260 1.00/1.00 vMB 5
436,588 436,588 0000000000000000018149d93b44dacb0fc608a7d51bb75119404ea86a524211 2,402 0.99/1.00 vMB 70
436,587 436,587 0000000000000000010c6b902c9ed0fa834de949f185170dcdbda7bd5553a37b 556 0.21/1.00 vMB 68
436,586 436,586 000000000000000000dcf952b0edc0c64b0c809c05a406e9b50dffcc757d37b8 1,069 0.49/1.00 vMB 55
436,585 436,585 000000000000000000671f170c84cd8d96a3aeb544508d56bbb43b8a387cf51a 1,993 0.91/1.00 vMB 72
436,584 436,584 000000000000000001540343e1fed8e307d7cb4124778116df3df023663dfb18 929 1.00/1.00 vMB 24
436,583 436,583 00000000000000000046a26be5d29169fae8fccc590dacb0586fc8b8fca36363 2,213 1.00/1.00 vMB 60
436,582 436,582 0000000000000000009c9a0e76843e748ff4d2ee4c14d148d70600497dbace52 2,549 1.00/1.00 vMB 60
436,581 436,581 00000000000000000307cd13e7db92d38c96d6138344637d85ba3649a2f6a700 2,906 1.00/1.00 vMB 102
436,580 436,580 00000000000000000327fda6ba4ce7d5b73bf9d1ee210fa9d73fec0a7669bc3d 369 0.24/1.00 vMB 33
436,579 436,579 00000000000000000328e373ce68f45656fe1baf8e24f72af6fd73c1a5092924 2,555 1.00/1.00 vMB 71
436,578 436,578 000000000000000002e859d9ef9e0f2673a60e6490c8ac31d573b4f6b810ca0a 1,813 1.00/1.00 vMB 47
436,577 436,577 00000000000000000413b4407a9e88d2731ef3411a31d6cf5c7efa4a2b9613f1 2,506 1.00/1.00 vMB 93
436,576 436,576 000000000000000003ab15f0a1c8f568ef10a87cfc8debbe01ec41b5e0bcb163 1,247 0.51/1.00 vMB 69
436,575 436,575 000000000000000000561388a1e9d57fc182d7c6ee8d6727b5519251cd65a7d0 750 1.00/1.00 vMB 21
436,574 436,574 000000000000000003a0744ceea79fd8c15e9b7ccddf5c1c270f978fac7e1d85 672 0.34/1.00 vMB 72
436,573 436,573 000000000000000000d5ee60161d23637fe69dfe94ceed2bfc016a80d1b88817 2,294 0.98/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.60 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.67 GB
    • Received: 15.98 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.