Loading Tool

Explorer IconExplorer

Memory Pool

53,028 transactions
30.66 vMB
0.28034453 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt bf2a4f2f4880f0664e32b0e38b3a745e01c2e870d0e0385b761d8eb206bf734d
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 998bc67439616a4775f8a05c7f045e06d9e5d446a8db8377a8087a3f2b06a9dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.08782179 BTC
Feerates: 229.15 > 8.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (469,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,124 445,124 000000000000000002dff4145aa07eaac1fd888b5907da76f69bb2be46c18ed1 126 1.00/1.00 vMB 1
445,123 445,123 000000000000000002ba5b98c29995aba8f24edfcdca887f17e77cf9f3096a5f 442 0.18/1.00 vMB 77
445,122 445,122 0000000000000000016bfaa96cd4e05010bbebc73f3704f28fc4c2e1d09580ec 904 1.00/1.00 vMB 24
445,121 445,121 000000000000000002f554525ae3ca92b82c8bb94bbc4f3e19a71ec96200a2c9 533 0.40/1.00 vMB 39
445,120 445,120 000000000000000001533e38a2b109090d92cdcfb4ac13df30d6ba3498d1860e 1,500 0.99/1.00 vMB 41
445,119 445,119 0000000000000000001d50c1a9ca3565485521da810888d6b87b94b8565d8d1c 1,667 0.70/1.00 vMB 73
445,118 445,118 000000000000000002fd52d039904712ec318d4516cc202fcef2a2a52a359515 1,762 0.70/1.00 vMB 73
445,117 445,117 000000000000000002a0b71a9f6e6c0e0cb4f0f988ea436d69ead4a30ef9ce7f 1,736 0.67/1.00 vMB 71
445,116 445,116 0000000000000000028e85f688bfd0ab880f14ddca98664c0f107ce71f64c94a 567 0.22/1.00 vMB 76
445,115 445,115 0000000000000000005ad510b4a366c1a4b2982d226de13ad1470903bd153c55 239 1.00/1.00 vMB 5
445,114 445,114 000000000000000000a728951eab5bf73eb2099d5e87bcc39aec231828faebbb 523 0.21/1.00 vMB 72
445,113 445,113 0000000000000000005a4ca4e505b214dba8209ecb9726cb926fb99ff69d6995 326 0.20/1.00 vMB 43
445,112 445,112 000000000000000000c3e7cf9c665d9c62e84973a3d4221b58b90d28512c4cee 1,609 1.00/1.00 vMB 49
445,111 445,111 000000000000000001b4cd93a5690ee94c12255cf9b37e497cfd399c1e67a867 798 0.34/1.00 vMB 66
445,110 445,110 0000000000000000009aff6d42159325b694f801d26d7a0291318386247c8eb4 2,331 0.90/1.00 vMB 67
445,109 445,109 0000000000000000029b3051dc2e18f3d316372fbb420997893a75ab1004851c 52 0.02/1.00 vMB 72
445,108 445,108 000000000000000001fab41307d51b4c8b6bd95f40fa31a6885511f7c43cf1e6 135 0.05/1.00 vMB 73
445,107 445,107 00000000000000000004c4fea7a697a87d40b302b86a09c57e98f08004d96e84 401 0.15/1.00 vMB 81
445,106 445,106 0000000000000000025378b1a52ddafcab9dad4f3a1563c0c2bafc4f134008e5 710 0.34/1.00 vMB 79
445,105 445,105 0000000000000000023db732c0a2fb7c87eecf972764fa98fdec412b945c8b47 666 0.37/1.00 vMB 86
445,104 445,104 00000000000000000115257c546d42e8c2ae7bdbc2cefdce49b60c39002ab3ce 440 0.27/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.87 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: 644.25 GB
    • Received: 12.61 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.