Loading Tool

Explorer IconExplorer

Memory Pool

42,253 transactions
26.67 vMB
0.06135063 BTC
Random Selection Loading Transactions
Max Size: 139.12/200 MB

Candidate Block

Mining Attempt e028b752fd567ae4e209067b7383d66a4888047c04260ba54d09ada100f4c0e5
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root 77a32121773cf54d1100ecb90954f15380c43d38f748620f8236b91d57d77a21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,809
Size: 1.00 vMB
Total Fees: 0.01105550 BTC
Feerates: 100.45 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (74,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,042 840,042 0000000000000000000155d72f123b3351e4b32af681d6aff098af1f64004b78 5,485 1.00/1.00 vMB 916
840,041 840,041 000000000000000000003ac3c2ee5bb6c63ae50c4417fe5c8bae38b4949ab01e 6,151 1.00/1.00 vMB 1,094
840,040 840,040 000000000000000000007f66134f95324c398c6823d9b8562d5640607418f0d8 5,741 1.00/1.00 vMB 1,143
840,039 840,039 00000000000000000000e411a9ce0eee62a76115035be65ada157ab37d88978e 5,754 1.00/1.00 vMB 1,135
840,038 840,038 0000000000000000000260f0adc21ee5a20ac1e6649b83069ef9f76f9104f88d 5,723 1.00/1.00 vMB 1,105
840,037 840,037 0000000000000000000339176c0de7e201532a3953e6195e51ab7fc7d4dd3b01 5,801 1.00/1.00 vMB 926
840,036 840,036 000000000000000000020a97483c9f4d85eb4d86fce1ae613b709e0981d162d3 5,438 1.00/1.00 vMB 845
840,035 840,035 00000000000000000000618709dd0f7f3b34b8ea63b5763208d050635f442567 5,728 1.00/1.00 vMB 930
840,034 840,034 000000000000000000033eb6011ae12b4426724150b0cf94adc98d947acd8f5a 6,055 1.00/1.00 vMB 792
840,033 840,033 0000000000000000000279355c8749c3d43ddf992cb3052454d0bf4f8e6c92de 5,473 1.00/1.00 vMB 840
840,032 840,032 000000000000000000022895c7ef7a17b7e53b06c1b59930667d9776f0c599ea 4,988 1.00/1.00 vMB 971
840,031 840,031 00000000000000000002a452bff77116b395bd36288602e895ae153bf2ae189a 4,948 1.00/1.00 vMB 1,026
840,030 840,030 000000000000000000005c6d699124165a8fb2e023a69308cdd635adb5f56e99 3,300 1.00/1.00 vMB 692
840,029 840,029 000000000000000000031cabcdfb991a1b8fd20a617085e6e3261979aa383a1a 5,465 1.00/1.00 vMB 1,266
840,028 840,028 0000000000000000000106afaf9bca4bf51b6f9f49c31eb3386b97c721649c43 5,091 1.00/1.00 vMB 1,267
840,027 840,027 00000000000000000002ac3573dea4cecc104a744b194ad58a2ecb67be139eba 5,012 1.00/1.00 vMB 1,262
840,026 840,026 00000000000000000000ae85ad7b6d56707ec254c4230a6a0a5c685e5d0cee61 5,092 1.00/1.00 vMB 1,355
840,025 840,025 000000000000000000007666030d588124dbfb8717c44b848d3a27dd57e9a3fb 4,632 1.00/1.00 vMB 1,351
840,024 840,024 000000000000000000014a45348acc9c6f90496a9160c7b1296fb465974d9cb6 4,752 1.00/1.00 vMB 1,408
840,023 840,023 000000000000000000013ed94b02a654a9bcdb34a0118cc7887dafea5509db1f 4,919 1.00/1.00 vMB 1,482
840,022 840,022 000000000000000000009d5accc6d2d331740a08a75d8fd53138801a9cda2dd1 5,610 1.00/1.00 vMB 1,790
Previous 10 blocks ↓
Total Size: 782.18 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: 653.64 GB
    • Received: 13.98 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.