Loading Tool

Explorer IconExplorer

Memory Pool

41,788 transactions
28.65 vMB
0.07087743 BTC
Random Selection Loading Transactions
Max Size: 146.40/200 MB

Candidate Block

Mining Attempt ef0b0cd482b1a003bba2bd292302773e2d9af9834ce60ac03d4b66a18f5b2448
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 26ac62f99e9794c9b7a17cc34a34dceca98c52646c66ffedfa5f5a34a950c36d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,700
Size: 1.00 vMB
Total Fees: 0.01530316 BTC
Feerates: 104.56 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (457,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,860 456,860 000000000000000001925e418ae68c351aeda8a3b75c1f44a1fdccc3900cc8c3 1,848 1.00/1.00 vMB 114
456,859 456,859 00000000000000000253da62929d8be947f6c1b3d8c70215f9f7d2b6725a10ed 2,481 1.00/1.00 vMB 194
456,858 456,858 000000000000000000bf25990c530157d2eb4a9cf8be0a8c4c890115eace0dfa 473 1.00/1.00 vMB 28
456,857 456,857 000000000000000000708ec48e6ce1c3e90e8cf25c7ca4542dbfa2faa94b045c 336 1.00/1.00 vMB 30
456,856 456,856 000000000000000001a7456c19e0bad9aa497f835c1e323df63626b90c68ee07 2,477 1.00/1.00 vMB 174
456,855 456,855 000000000000000001b3e75fcbaa63444d03e9d89beb6788fed02889f68c46a2 1,220 1.00/1.00 vMB 74
456,854 456,854 000000000000000000d5169f789913b8b7fdad23ab27ec40c86ea50945315a9d 2,498 1.00/1.00 vMB 188
456,853 456,853 000000000000000001ad2841d7a7a7a38fa9a57a7ac89f9d8354ba44beb4ff9c 575 1.00/1.00 vMB 42
456,852 456,852 0000000000000000003ddcabaa415f2b0779762e9104f1d84abfe8e33d25db3e 1,348 1.00/1.00 vMB 82
456,851 456,851 0000000000000000007ea7cbc66bac6cda828c048fb157ca6243f650bb95e2e2 2,431 1.00/1.00 vMB 195
456,850 456,850 0000000000000000003d1152e4f5f45b027d1a30de35ce4f704b4f32e1cf710c 788 1.00/1.00 vMB 33
456,849 456,849 00000000000000000046525e509f81319f623690a6f5f9888a2d809aa8b92983 2,265 1.00/1.00 vMB 176
456,848 456,848 00000000000000000053ba7430a4b427ad441426e39b62d9e397b6a2f6f690a0 305 1.00/1.00 vMB 25
456,847 456,847 000000000000000001a0b53c5a9d03edb7be3129ec46694f6388d30006d397fe 1,144 1.00/1.00 vMB 74
456,846 456,846 0000000000000000023e0a36676c6a7dac86ee701aa27e2bb22adf4295397e47 296 1.00/1.00 vMB 26
456,845 456,845 0000000000000000017d44f9ae7744822eb0ebad1f7b027ede88025630744211 973 1.00/1.00 vMB 60
456,844 456,844 00000000000000000033c8f1c1d758e2d13e684e38f2c52798c67847d17183a7 570 1.00/1.00 vMB 50
456,843 456,843 0000000000000000010cbc3711185d146607eb2af19d806da289ce5d07bd46bd 1,842 1.00/1.00 vMB 134
456,842 456,842 000000000000000001b8f7155494bd9976ed2cdf104d56f9de6123e0a4962800 202 1.00/1.00 vMB 18
456,841 456,841 000000000000000000f35b8687f33420cbc98cc59531987ca6db4639ce066633 1,398 1.00/1.00 vMB 92
456,840 456,840 000000000000000002271ab6748ca4e68ebcef4b916cf54fb2dd7e2304154238 339 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.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: 630.35 GB
    • Received: 12.02 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.