Loading Tool

Explorer IconExplorer

Memory Pool

38,642 transactions
28.47 vMB
0.06702263 BTC
Random Selection Loading Transactions
Max Size: 144.17/200 MB

Candidate Block

Mining Attempt ffc3ba44909715e54f8953c54e736aba3ce24ee0c010a792798b8b0f550b461c
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 164f150b6ed6e97b2084f0d8e4d3979af3e71e0a8dc18d6ea8ac3bbd4e08f30e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.01215182 BTC
Feerates: 105.82 > 1.22 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (244,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,846 669,846 0000000000000000000359c62f6353de808b284b0a3f377f043739bc0737be08 2,277 1.00/1.00 vMB 121
669,845 669,845 0000000000000000000a2c1247b58d7addb5504266404f1482b5710490f414c1 1,436 1.00/1.00 vMB 124
669,844 669,844 0000000000000000000030f9c01e575748c29215ca0ccd6a4a7d35f554e0afa0 2,332 1.00/1.00 vMB 142
669,843 669,843 0000000000000000000c496a3ee304f21bee0aa88cc00e43cd0e6b4f01f70037 2,423 1.00/1.00 vMB 107
669,842 669,842 00000000000000000003a2ffb0197ce61c6e07bc56668a381235b2cfcc30d544 2,860 1.00/1.00 vMB 144
669,841 669,841 0000000000000000000a62f7c435095565160e95c11dfb9fa034b93296946637 3,253 1.00/1.00 vMB 167
669,840 669,840 000000000000000000023aa545b60924a9accc4f22d5517b049ec02b52a3f54b 3,075 1.00/1.00 vMB 144
669,839 669,839 0000000000000000000bc9e9e11f41fe74753d827d3c69af2ed364ac3701aeba 2,873 1.00/1.00 vMB 99
669,838 669,838 0000000000000000000218f05fd650771b2d6f970f18d76b996fd1ad3b88d34a 3,040 1.00/1.00 vMB 127
669,837 669,837 00000000000000000006d7c3e183c4f8c88f391bc5c6c3bc2c492d84cac63600 2,149 1.00/1.00 vMB 132
669,836 669,836 00000000000000000007523ed7c84cf77853d5d5b36c5e0727b68113ce884e06 729 1.00/1.00 vMB 125
669,835 669,835 00000000000000000003082e1a84c7baaaffc7c40a6a1a00162f6f0c021bbf89 2,047 1.00/1.00 vMB 127
669,834 669,834 00000000000000000006a53b3124820ec32fe133ebf8a36ab144198005159d02 2,925 1.00/1.00 vMB 142
669,833 669,833 0000000000000000000cc570d7c6d4cd3397d579dcc889667e98da01e32fe3a9 2,570 1.00/1.00 vMB 142
669,832 669,832 00000000000000000005d03c0865e475fa8e3ff2694e32c558bc1424c9f82cda 3,285 1.00/1.00 vMB 182
669,831 669,831 00000000000000000000b58582b607c1132c1b84fd5d0750672ed107c510af2c 2,802 1.00/1.00 vMB 107
669,830 669,830 00000000000000000008507385283336ff0e989051df1972bd392cf567964269 2,918 1.00/1.00 vMB 125
669,829 669,829 000000000000000000056fa60e11cc52b6bf5a73c7c67bc9f90be6797af03cfa 3,006 1.00/1.00 vMB 134
669,828 669,828 00000000000000000005fb57f18e473d80b5e3015bbc2437e486bdaf613a8b73 2,669 1.00/1.00 vMB 161
669,827 669,827 000000000000000000012eece4942618e281933f78746ad37c01273c363a5aaf 2,974 1.00/1.00 vMB 160
669,826 669,826 000000000000000000064c109779476218b592b3ac9eae9f9ccb57648918f480 3,049 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 781.60 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: 623.59 GB
    • Received: 11.46 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.