Loading Tool

Explorer IconExplorer

Memory Pool

80,571 transactions
31.28 vMB
0.08427899 BTC
Random Selection Loading Transactions
Max Size: 189.12/200 MB

Candidate Block

Mining Attempt 98708af25f2ad9d53b9c23b2359f3f91ab5c6e0c808434288e36ddee87cb5fb2
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root e93247cf4f2648efa6cd90d80bbd1d2dad064fae251c3b2728386b86a8c704ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,281
Size: 1.00 vMB
Total Fees: 0.01644646 BTC
Feerates: 100.25 > 1.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (358,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,174 557,174 0000000000000000000ace554946e39d3de14b0063a6bc908bfabb8a1fa22da0 1,751 0.81/1.00 vMB 9
557,173 557,173 000000000000000000198d30d6971ef53290a990e95e8ed5207e5348bdfcbcda 611 0.22/1.00 vMB 8
557,172 557,172 0000000000000000000d7dc57a2e99cf23f009d1df36569d94ef85e3a4175357 1,784 0.68/1.00 vMB 8
557,171 557,171 0000000000000000002eafc6698ed39fb7a61d3e57bc963f8c32a5cf54469f2b 1,657 0.93/1.00 vMB 6
557,170 557,170 0000000000000000000054fd82337d34126a171caebded86eed596f07f3dbe9b 1,936 1.00/1.00 vMB 3
557,169 557,169 0000000000000000002f2187d60d18c943b391d8e0e613f91a14c5e25b34dc8c 2,910 1.00/1.00 vMB 18
557,168 557,168 0000000000000000000c9d692503057618cd33873ca53003386d288232ee81dd 382 0.17/1.00 vMB 10
557,167 557,167 0000000000000000002d31f8bbbfd3301f26c1c5ba0773238677892f0faabc12 490 0.21/1.00 vMB 9
557,166 557,166 000000000000000000042ed26362c7b1844d7530ed89519467f78a1fdf0b9795 2,354 0.93/1.00 vMB 10
557,165 557,165 0000000000000000000980f071263e0b59c8431e6acd9c9859ec6c83bbaa19bd 1,409 0.63/1.00 vMB 10
557,164 557,164 0000000000000000001ea803740fc4a1bc1cf15f62a69abdfff2877cb35774d1 177 0.08/1.00 vMB 7
557,163 557,163 00000000000000000019933650af5854d1cac1dd65db3f73402a94fae7cf52a6 2,100 0.93/1.00 vMB 11
557,162 557,162 0000000000000000000479d2c74dc2fdb23b08985609d031903791d797bcc5ab 1,063 0.60/1.00 vMB 7
557,161 557,161 0000000000000000001fa71c9491b1ef4fb37925803344553e5d0e5c6c5b0958 866 1.00/1.00 vMB 6
557,160 557,160 0000000000000000000a6149bd6e85a3475d7b1e15e7cceed93dbe581ff7983d 939 1.00/1.00 vMB 51
557,159 557,159 000000000000000000249ff52565b7cd664398b747c4b29d39b75d2e0bcc0ea4 1,399 1.00/1.00 vMB 10
557,158 557,158 00000000000000000013a76a0637f99a886c926f32e2609d280866d192df440b 729 1.00/1.00 vMB 46
557,157 557,157 00000000000000000017a5e44cc3d5378003b072f0db29cfab5d1f01b8cae7fb 2,232 0.91/1.00 vMB 11
557,156 557,156 00000000000000000008a84b0c2f7d8c040da0bbc1577c6b4f98f5a9f9febb67 1,125 0.73/1.00 vMB 6
557,155 557,155 0000000000000000001d516692a538656b63755e928cb24aaea37b67ce6ff533 2,546 1.00/1.00 vMB 8
557,154 557,154 0000000000000000000ca3a2589df5694748d9ea63eec48711b7f83a694702b6 2,037 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.