Loading Tool

Explorer IconExplorer

Memory Pool

81,657 transactions
32.31 vMB
0.08692478 BTC
Random Selection Loading Transactions
Max Size: 193.93/200 MB

Candidate Block

Mining Attempt 214ad6ea3a4db564c4559ee5f095a43459b9a1e6851a4e6d2fa566d8fec8d065
Version 20000000
Previous Block 0000000000000000000109222085eeb95e151ff53667bcd6dce04ddc657a5814
Merkle Root b5462c6566c8b3b67f863653504d4fdf0818ebe5656c1e6370a1be193e7481aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,354
Size: 1.00 vMB
Total Fees: 0.01312487 BTC
Feerates: 174.18 > 1.32 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,172 (147,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,458 767,458 000000000000000000052b3f19b129fb51260afbf3249771e3b3a5c04ba776e6 1,587 1.00/1.00 vMB 16
767,457 767,457 000000000000000000012dac8ce3ab9a6b766633f0944a8b962f76d87b1f3f52 2,852 1.00/1.00 vMB 22
767,456 767,456 000000000000000000012049a121dea125f7b4c4adf52ecf2dd807400e444da2 1,527 0.54/1.00 vMB 12
767,455 767,455 0000000000000000000401ec4d094371ccb4013a330610dfc7c7ed8c191d04c5 2,590 0.93/1.00 vMB 13
767,454 767,454 00000000000000000007e63114adb4a471e1392b1657def9687ea05eda374055 1,876 0.92/1.00 vMB 5
767,453 767,453 0000000000000000000637e8e9fa5f5e4835ae5ee728aa3184a4add234b7f107 1,750 1.00/1.00 vMB 10
767,452 767,452 00000000000000000003085eed979b15a3f13be7cb565c71171085ce86145dd0 3,212 1.00/1.00 vMB 23
767,451 767,451 00000000000000000004f8db6e6f7c424bb201c5609e6c38ac9d1d243d7e9485 2,520 0.86/1.00 vMB 14
767,450 767,450 00000000000000000000b3e0344b269289f855f1608c5a05431c48853f77ccb3 2,040 0.82/1.00 vMB 13
767,449 767,449 00000000000000000000afa690ec1ccf0e082c9b2f404af38e7ec7e005af235d 837 0.51/1.00 vMB 8
767,448 767,448 00000000000000000005d8e2c9c006a0a29e2c086264e6deb32cd63949ae0abe 2,640 0.98/1.00 vMB 13
767,447 767,447 000000000000000000032512791b2e7aa886837d985b1d7942b840d4281aba7f 906 0.46/1.00 vMB 5
767,446 767,446 00000000000000000001d5ff2ec6b1f521ca79a68eefea2c3087a06992309dd0 3,100 1.00/1.00 vMB 17
767,445 767,445 000000000000000000075afe3fa29a03847bea71fe05edfeb079998eacea6d79 92 0.14/1.00 vMB 10
767,444 767,444 000000000000000000025824992ee81391a10aae0e371ad25fe4c66f606a3289 486 0.24/1.00 vMB 10
767,443 767,443 000000000000000000047f922809b8cde97c18b3f7c06d3bc627cbe7905ff8de 1,747 0.61/1.00 vMB 14
767,442 767,442 00000000000000000007e8a0b67bc892b0a6efc984faa0a790748ffb7548f696 1,600 1.00/1.00 vMB 4
767,441 767,441 00000000000000000004196e0ac6192fe35f92d5519aa3b9304af9fd70a2f0c5 2,638 1.00/1.00 vMB 7
767,440 767,440 0000000000000000000079c8c3e7eed03dc85b101639d418e81b455a13012e9e 2,334 1.00/1.00 vMB 12
767,439 767,439 00000000000000000000ceaf34cb13f38746a7f03179893127a5dda090056015 2,531 1.00/1.00 vMB 15
767,438 767,438 000000000000000000044257f71096d1928a6077c7b5865df0fe742989dc161f 1,215 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.69 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: 697.30 GB
    • Received: 16.54 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.