Loading Tool

Explorer IconExplorer

Memory Pool

39,632 transactions
26.37 vMB
0.08066134 BTC
Random Selection Loading Transactions
Max Size: 136.92/200 MB

Candidate Block

Mining Attempt 97e9e26105f6a2227013f75251186f7be965e6abb00ee8f3607bb1f6d3ca12e4
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 50fa37f8ad2bead9e74621cf08b2a514675046a31b642a555b398632b44e7a43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,075
Size: 1.00 vMB
Total Fees: 0.03220787 BTC
Feerates: 502.65 > 3.23 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (785,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,659 129,659 0000000000000aae803d09cc23badcd3866faa38ee524fbdf2d7c22d45ba664d 105 0.03/1.00 vMB 235
129,658 129,658 0000000000000a032dc42e1696fd7d57c73506a3f33025993276ad4eef873bd8 93 0.05/1.00 vMB 146
129,657 129,657 0000000000001bd8d0afd6fccf1733a5bc6339e8773f7d117d1b249194602026 88 0.03/1.00 vMB 2,043
129,656 129,656 000000000000192ad78549e0558ee1388b21ce369bb9e9a5dc2333069e3c0c04 16 0.01/1.00 vMB 1,391
129,655 129,655 00000000000019f7475a4cda91b57bbd4cde45314566c11bae3d2adcfffb3c8c 48 0.02/1.00 vMB 1,385
129,654 129,654 00000000000001fff17c46419848c454753154b885e32c651eff9944366d354a 63 0.03/1.00 vMB 1,476
129,653 129,653 00000000000004208e9c119cec39c13039adcf4b2f79a5c03783a21f433d18ae 144 0.05/1.00 vMB 245
129,652 129,652 000000000000193ce88b986a63cebd89a6413cef403dd0828b73b0bd40de496c 56 0.03/1.00 vMB 906
129,651 129,651 00000000000001da938c334ceffbf5136fac7d02703214c5302b75bef12a6808 58 0.02/1.00 vMB 1,434
129,650 129,650 00000000000013735a041a5cefaa2a701abd56bf2877b1bb7762ff92f6e333ac 36 0.01/1.00 vMB 1,222
129,649 129,649 000000000000121520fa27e299c8128ac72141393840645c471cb8c7cb1fb914 8 0.00/1.00 vMB 1,875
129,648 129,648 0000000000000e359b9bf7aa540c3cabf353e16e4fbec1c20b75d5921d340859 121 0.05/1.00 vMB 338
129,647 129,647 000000000000105785bc1a6809c81ecd6c6a86587e192034ba80cd91c4b5da08 147 0.07/1.00 vMB 1,072
129,646 129,646 00000000000016b777dd543c6328e7f68e4eef0a20c85480373a7bb0133d5f07 41 0.01/1.00 vMB 398
129,645 129,645 000000000000026210a972387c00e6db801346b32a815a996d698211d71a197c 5 0.00/1.00 vMB 1,106
129,644 129,644 0000000000000c6aceff66c316e1aaae9512dfd6153e92ee45530b10d55e59ce 20 0.01/1.00 vMB 675
129,643 129,643 0000000000000c34925b45d906337830266af6a8894c316b87a1e2586d18e92c 129 0.05/1.00 vMB 404
129,642 129,642 0000000000000e6be9b8744b6aba839ce4330523673baa3fd569bd69973d7838 14 0.01/1.00 vMB 152
129,641 129,641 00000000000004ba58b25ae3166d427ff6c13dc4510f335f0b6f57cb4864b9f4 61 0.03/1.00 vMB 1,093
129,640 129,640 0000000000001425fba710f85c9dc1d1da86eeb4c5337c71b7bc1d9413d5d7ba 38 0.02/1.00 vMB 682
129,639 129,639 0000000000001b5544f850f53bb10a1d2f4eb91dbb17a0bfcf9a21d6d29632cb 72 0.03/1.00 vMB 700
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.