Loading Tool

Explorer IconExplorer

Memory Pool

38,701 transactions
26.21 vMB
0.07864740 BTC
Random Selection Loading Transactions
Max Size: 135.68/200 MB

Candidate Block

Mining Attempt c2b62102d9e973f3897c8edee12eb79a19e653b30e5b6eb84be206617cd8d664
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 15ab42103571b5d6d46102bd6355c5537dce29bcebcf158c1bef01c823b4aab1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,288
Size: 1.00 vMB
Total Fees: 0.03059772 BTC
Feerates: 502.65 > 3.07 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (799,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,799 115,799 000000000000880191a1a1e359dc82ad3c4a61f9e729b2b7926e3ddc3949e9e2 10 0.00/1.00 vMB 1,391
115,798 115,798 0000000000004945cc0cde00b8951e8b0675017c22a0fcd7fb6ded621a2efa3b 18 0.01/1.00 vMB 0
115,797 115,797 0000000000009c1ac9d55fbe91ffbadbc7dbb88b04d8d828763b62da501bfa7c 28 0.01/1.00 vMB 1,263
115,796 115,796 000000000000e44392690a38ccb72eae704022e14557b9230897275bb7ad436c 34 0.01/1.00 vMB 705
115,795 115,795 0000000000000c1cf172cf58d01e523ff284e29b978afbd52012d6fa7b13ca1f 12 0.00/1.00 vMB 0
115,794 115,794 000000000000bb14f537707cfb08b843da2d41e29b71f1986420533c924c11ef 12 0.00/1.00 vMB 0
115,793 115,793 000000000000c96864278315570ef18a981b2e976388608dbcf7de2e954506e5 14 0.00/1.00 vMB 1,269
115,792 115,792 0000000000004a8c765fb13ad896437575a174dbe85b68bd104a65d59a72da50 43 0.01/1.00 vMB 1,748
115,791 115,791 00000000000080ee4e8619bdfa7ac4f507ed87ee122d7cf26f7020b7fbec9652 16 0.01/1.00 vMB 741
115,790 115,790 0000000000000845adad72e1c765475aecb7d1d1278a7b3bd6d20030d11ff5c8 2 0.00/1.00 vMB 0
115,789 115,789 000000000000ce289e13f4d973908fe103f796e1490861f61aa6fe26580b3ac7 10 0.00/1.00 vMB 1,163
115,788 115,788 000000000000e8454c24aa6fb72aafcf220c32c9e1df2f6182fe8a5fb1bf1bdc 29 0.01/1.00 vMB 74
115,787 115,787 0000000000001b1f1fe7fad4266d94b7056a70092b92ccaf2eddd7f35f5f741b 31 0.01/1.00 vMB 543
115,786 115,786 000000000000d9f7eb822f62e15cc34cfb1b1852424aadaf37acbeef56491c71 9 0.00/1.00 vMB 3,030
115,785 115,785 00000000000014c4209b8f23560afabfebf7f68958108f2899882e990e57133e 6 0.00/1.00 vMB 0
115,784 115,784 00000000000037f9f0ccfa5acf81a9445f12f87e5a94940fa5d769b393247ec4 9 0.00/1.00 vMB 683
115,783 115,783 0000000000002a45f669a5f0abb79d567837cbc1c71282d8b5c131b67b4a4988 8 0.00/1.00 vMB 528
115,782 115,782 000000000000d544b771fd555b589df58ef16725af89fb80c946fc1d97ab5eee 22 0.01/1.00 vMB 601
115,781 115,781 000000000000acc514054406e284021d72273c0c9a17d04b52577a3b6b360f64 1 0.00/1.00 vMB 0
115,780 115,780 000000000000e794694f85e89f26db77eaa666e8fdb2c23ccf8a9d504a85077c 10 0.00/1.00 vMB 0
115,779 115,779 000000000000614c18126d55796ecb749df4d76698940d3488e965ecd4f7667c 12 0.01/1.00 vMB 531
Previous 10 blocks ↓
Total Size: 782.27 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.96 GB
    • Received: 14.36 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.