Loading Tool

Explorer IconExplorer

Memory Pool

42,805 transactions
29.12 vMB
0.07654877 BTC
Random Selection Loading Transactions
Max Size: 149.74/200 MB

Candidate Block

Mining Attempt 6d4654fd0d92cfa0a44adf791e0a617f8496c16f066655d9f0cb3ca9a9a8c4cb
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root aa0f84fd6131344292de7f68506afd4bf8f6cb20912afe853ac6bec9689cc0f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,800
Size: 1.00 vMB
Total Fees: 0.01956713 BTC
Feerates: 150.75 > 1.96 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (301,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,710 612,710 0000000000000000000f5da53abd514dac85b3109fe2d6c50fb1116eb3a5f473 1,867 1.00/1.00 vMB 27
612,709 612,709 0000000000000000000d5b6413d8a1aa4012104cc5fc2ba7b564412490ef161c 2,688 1.00/1.00 vMB 13
612,708 612,708 00000000000000000013c66ae8b40627ea24361a63d15d323cf3426b1b98b84a 3,487 1.00/1.00 vMB 22
612,707 612,707 00000000000000000001442465ff6b970ad3bb917a0b34be28aaec37df58de2d 3,283 1.00/1.00 vMB 18
612,706 612,706 00000000000000000009e18a3eae1213115badd7f63a5f3d68405a4b1dfa88ea 3,448 1.00/1.00 vMB 16
612,705 612,705 000000000000000000102930dd7f979ccaaeef45a20d679986197ebdcb2f7568 3,175 1.00/1.00 vMB 15
612,704 612,704 0000000000000000000a02673181163c67793b153a6440ed36e164115796b2a1 2,574 1.00/1.00 vMB 11
612,703 612,703 000000000000000000079a49b57da36cff61873da162f3ceb352ec681056ac7b 3,187 1.00/1.00 vMB 18
612,702 612,702 00000000000000000003d0e35a4e017b137c6a28ce5d9abc6068403fdc751753 3,208 1.00/1.00 vMB 14
612,701 612,701 00000000000000000012ac4f7ff7acc4ef7ad51697714ce4d5815f15d432a624 2,618 1.00/1.00 vMB 14
612,700 612,700 00000000000000000001a5c078d525e55cabacb471ee057580931b98495b73c6 3,662 1.00/1.00 vMB 19
612,699 612,699 00000000000000000008193073c4def88f2c0fda9e5652b2335cf63dbd140d9e 3,435 1.00/1.00 vMB 16
612,698 612,698 0000000000000000000cc46aef117a486d8fcbdaa2a0a02e360780db7d53f9cc 3,074 1.00/1.00 vMB 19
612,697 612,697 00000000000000000011df8acaf1e47d63c1859d7476896e86f003a3f54a868b 2,521 1.00/1.00 vMB 28
612,696 612,696 000000000000000000143e29b57582b5dbe9b46deb9f6428efdfaec40fbac897 2,844 1.00/1.00 vMB 30
612,695 612,695 0000000000000000000b6b62706ff10a40a961bdf954ebc4825162f4346c2f8f 3,289 1.00/1.00 vMB 22
612,694 612,694 000000000000000000092b6dc59e12ae079940e82d0d33dd5c1cc1c6e2fb9484 3,565 1.00/1.00 vMB 21
612,693 612,693 0000000000000000000d0f940edf4983d47f26d094e7c606260b99fcd035ab63 3,233 1.00/1.00 vMB 16
612,692 612,692 00000000000000000001895766c01f524ab8d6c97e2528b51a676b994837ab8a 2,793 1.00/1.00 vMB 21
612,691 612,691 0000000000000000000407dfc30720530c15dd1b9b3fd6c655ea1b287c2cb337 2,947 1.00/1.00 vMB 26
612,690 612,690 0000000000000000000f9d751b55e52fc9a376832f5b2a756be02577963a3d70 2,914 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.70 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: 629.18 GB
    • Received: 11.88 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.