Loading Tool

Explorer IconExplorer

Memory Pool

22,249 transactions
15.73 vMB
0.03969852 BTC
Random Selection Loading Transactions
Max Size: 80.96/200 MB

Candidate Block

Mining Attempt 4549fd746b8993b2e47f2e6329a3ebd3c300dd8c4563a66e8e1d95edd2a4ea2c
Version 20000000
Previous Block 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51
Merkle Root 62439f564ca595986cc3613a40cc4e2b2f290eea9e3fa82fd105733b22aa973a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,294
Size: 1.00 vMB
Total Fees: 0.01152103 BTC
Feerates: 152.74 > 1.15 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,175 (797,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,080 117,080 00000000000073ec34fbadb4ece734acab3fffd361ca7f519d48b669e974594f 12 0.00/1.00 vMB 361
117,079 117,079 000000000000abd2ac034ea18db72c51a1530bef288743145e4ae767e4901fb6 12 0.00/1.00 vMB 0
117,078 117,078 000000000000a8a8d6eae132d305c2f031cbc2c85351f2c2cbc01f5b4bdbe343 9 0.00/1.00 vMB 0
117,077 117,077 0000000000001b4c34fe1d904f5cf43e434e83b2070f6cd989bc79e367dc48fc 16 0.01/1.00 vMB 578
117,076 117,076 000000000000978fdd351c887da2a3b6e65dfd5337699217d76e77d176d149ce 5 0.00/1.00 vMB 3,879
117,075 117,075 00000000000021cac7ec7ff57c8565abe0d62df98d5fff2f0e02dd69d243bc26 10 0.00/1.00 vMB 592
117,074 117,074 00000000000071b420a4c7964aaa389e46957c1afcbe31378edd917332f13fae 17 0.00/1.00 vMB 689
117,073 117,073 00000000000095144c4c28488cc490ca0b71d465c630367ff5dea35b5cfd5a32 29 0.01/1.00 vMB 1,022
117,072 117,072 000000000000c46d2bf0b885273d29eb7d38d5a03bd385e59595b99c19d5b916 9 0.00/1.00 vMB 727
117,071 117,071 00000000000085a43ce93811de2db1c0c4df888536b25c8b2919785fd025cd7a 9 0.00/1.00 vMB 0
117,070 117,070 0000000000003ff7084b7d80000a442e92d8142a17d8458333672bf3385158b7 17 0.01/1.00 vMB 524
117,069 117,069 00000000000040d7fc804bef10d99d809440ef2d5324e78d41bc0ffd2d4be67d 25 0.01/1.00 vMB 245
117,068 117,068 00000000000030cbac2dbc0fc0f9a139eeee38975ab2a21534ecc8cf390cc2d6 15 0.01/1.00 vMB 483
117,067 117,067 000000000000000cab4d7514a0e7eaf75e14817f168f0c719dd4ea8690b431b5 1 0.00/1.00 vMB 0
117,066 117,066 0000000000004cda9d69713252b2c47098f6028f36da0c5f549cc9596381b560 13 0.01/1.00 vMB 1,109
117,065 117,065 00000000000014526decbf782d7665add3a3ba8c60368c761d890bbd798e7e18 12 0.00/1.00 vMB 700
117,064 117,064 000000000000be8c9a9f8a606977a192a6c93f1e81a00ea97cdacf75e9e85ff6 11 0.00/1.00 vMB 704
117,063 117,063 0000000000003cdf7c91a368233cb17f0a4a222f1c74e152c84de3366c98c0f8 11 0.00/1.00 vMB 347
117,062 117,062 0000000000000567b821c971527d1c950c5a05fc2870b2ec982ba5212a1e03c8 5 0.00/1.00 vMB 640
117,061 117,061 000000000000ab7575bdcb0d2d9b2bbaf4d600c5a43335b113ee05fa70d7ef54 9 0.00/1.00 vMB 328
117,060 117,060 000000000000b194037a0d4e6a62267062f21b45a1d902ba8d0dc1cec6f53db9 26 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 569.99 GB
    • Received: 7.73 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.