Loading Tool

Explorer IconExplorer

Memory Pool

81,872 transactions
31.11 vMB
0.09321112 BTC
Random Selection Loading Transactions
Max Size: 188.77/200 MB

Candidate Block

Mining Attempt 391e398105051c378ece948847bd9f51bf066e8fc5ad1b652b9da5ffb869feb2
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 8eee77f5d7ba0b7bebd16fe81fbf8f749be82642cb549b9a8a316a54faf12d34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.02606976 BTC
Feerates: 351.58 > 2.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (493,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,079 422,079 0000000000000000045b9b5af738d37f6353570d5aff02c2ce45baf06fd7b9b6 1,565 0.79/1.00 vMB 57
422,078 422,078 000000000000000004c86d7c70bec38126cb7310403e1c4b6d22338c6db285e3 1,181 0.59/1.00 vMB 47
422,077 422,077 000000000000000003504b54c71c814966fd4c2b18a2f5a4106c3e1b45710f29 496 0.23/1.00 vMB 40
422,076 422,076 00000000000000000478278b30f25868f13677f3732d6387bab7f35604741a42 1,358 0.60/1.00 vMB 51
422,075 422,075 00000000000000000033ad7e4520a5f839b54f1b6d5e9070e38581986c27dbac 250 1.00/1.00 vMB 4
422,074 422,074 0000000000000000040636c636ec6431db41b0457921face414c27fc84fe4f1c 1,586 0.69/1.00 vMB 48
422,073 422,073 000000000000000004dceb3e9d2106ddfd6207db34b59bb761d76b9bf29120de 617 0.29/1.00 vMB 49
422,072 422,072 0000000000000000001690bcb3f2782c0c13a516e7eb083a380b2acd70f55d8d 1,457 1.00/1.00 vMB 33
422,071 422,071 00000000000000000334ef311c31c595a8a9e42c77f2ba254140ad6910c7a992 1,161 0.52/1.00 vMB 50
422,070 422,070 000000000000000002e7b116bf3642e61a9e42a06944c16cd683de447621a1a7 786 0.35/1.00 vMB 59
422,069 422,069 0000000000000000033a1010228ad8f3cce49efa8951dd9d30805ef6b5abfe6a 250 0.09/1.00 vMB 65
422,068 422,068 00000000000000000321d1db2e98b0fac4acf59cfa7e1436fa50ad4418b1764c 440 1.00/1.00 vMB 10
422,067 422,067 00000000000000000221636320426518b559ba53ecb3c67e6f91987ff8f3148f 648 1.00/1.00 vMB 17
422,066 422,066 000000000000000003f421e2b00ee35fd5859e9d625819fb194c520c81863a0b 1,076 0.99/1.00 vMB 15
422,065 422,065 000000000000000002d2f094ca1e20edf25346a9f1be5562085808489d6d5e1e 2,492 1.00/1.00 vMB 60
422,064 422,064 0000000000000000017acadadf31a2e31cd06d1c15965006149ae0271f7acf8a 2,014 1.00/1.00 vMB 55
422,063 422,063 000000000000000002ee53d4c54ba406d95fa30b6364ddb520b7bed425eb7b5a 1,481 1.00/1.00 vMB 107
422,062 422,062 0000000000000000001fba7b4fd09e8d255dac8ec33f6aa0a6eafa9e133d0980 16 0.01/1.00 vMB 57
422,061 422,061 0000000000000000032ec4653ff8655892a9892af79a5645307e889b90bdad2a 985 0.78/1.00 vMB 33
422,060 422,060 0000000000000000051af78c16f47ee3c16f81cef134e84bfef3ec5af88e06a9 1,705 1.00/1.00 vMB 33
422,059 422,059 000000000000000003c98f4c61c63c959e1f98b02713cef6fa45f8b1e18514b2 2,653 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.75 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.