Loading Tool

Explorer IconExplorer

Memory Pool

80,513 transactions
30.18 vMB
0.09102412 BTC
Random Selection Loading Transactions
Max Size: 180.95/200 MB

Candidate Block

Mining Attempt d9afe4b96b27ddb5a88f1759c9d3f28ff949232bb65dac4a2474a8820fd05734
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c221acbf4ace9fc3f64cd09eb9174cd8c9186d1ec7346d4086c624ab48eb611c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.02915831 BTC
Feerates: 301.07 > 2.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (104,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,085 810,085 00000000000000000000a786386d966b7d2f51a93a8ddcefe9c24bf4d2db88f2 5,420 1.00/1.00 vMB 4
810,084 810,084 000000000000000000029fc6f5b5df5a4c42c534f1e4102b6f93b05f12b3e2b7 2,023 1.00/1.00 vMB 5
810,083 810,083 000000000000000000013e1f5e1a2fb9ef989a664a113ac604e81c9fcb160c92 1,481 1.00/1.00 vMB 9
810,082 810,082 00000000000000000003343b99ccdbf87cbd8d64c8ec9cb5517f64ca3aee550f 2,731 1.00/1.00 vMB 15
810,081 810,081 00000000000000000001375227b56c398dfd748d7abaf3b123cb89f6b66d09a2 1,820 1.00/1.00 vMB 32
810,080 810,080 00000000000000000004da7cd2de7f6d73e50a3b698c467f32fb0f17a8a49001 2,611 1.00/1.00 vMB 9
810,079 810,079 00000000000000000001d0861d83ac8b187ad014196c7b954f151d76607b0585 2,592 1.00/1.00 vMB 17
810,078 810,078 000000000000000000041e8bcad078730b5aa52c5954abda6e735089e1583139 2,634 1.00/1.00 vMB 34
810,077 810,077 00000000000000000002a849bafef7b69d9d2c9ab07b45431f85a489e59247d3 2,676 1.00/1.00 vMB 6
810,076 810,076 00000000000000000001a295e38978753686da09dada984be255d38f7e6bfa8e 2,373 1.00/1.00 vMB 18
810,075 810,075 00000000000000000001142025b96d7f856efde84c2558b1bbbcb4023dc210a9 3,257 1.00/1.00 vMB 8
810,074 810,074 00000000000000000003bb9df6f51b061d01109207447660676d04ce6ee76453 2,217 1.00/1.00 vMB 13
810,073 810,073 000000000000000000038866114bcb2b622638142fd0f0f3153b0f9f7b0b564f 471 1.00/1.00 vMB 4
810,072 810,072 000000000000000000040442ee21da48b5098103b0121d569a310d065e73d134 1,473 1.00/1.00 vMB 3
810,071 810,071 00000000000000000000d1b47bb2c6c62b8901dfdeb874e6839f8650de4cf87d 1,765 1.00/1.00 vMB 13
810,070 810,070 00000000000000000003f53d591d9aa16acc37b31c8b69f238cde2c3cc1eed55 3,145 1.00/1.00 vMB 23
810,069 810,069 000000000000000000015296f46650e5019b14db8c771b5f53cb2c5e26d453b6 2,809 1.00/1.00 vMB 17
810,068 810,068 00000000000000000001e1c34b08f56f27bfa98bd1792c4f5cba62673701eb19 1,642 1.00/1.00 vMB 8
810,067 810,067 0000000000000000000100956faeabb788361913e51bb85c25c572a5366a003a 2,279 1.00/1.00 vMB 29
810,066 810,066 000000000000000000046c34ab549afee16019524d3747236d1c274e612a7e7d 1,407 1.00/1.00 vMB 8
810,065 810,065 000000000000000000043bb900cd889cc64f3e4cc2b26ba80d555d94fa701c98 3,022 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.