Loading Tool

Explorer IconExplorer

Memory Pool

81,205 transactions
30.96 vMB
0.07835494 BTC
Random Selection Loading Transactions
Max Size: 188.34/200 MB

Candidate Block

Mining Attempt f483a12ea97f8582e09e6b0c8e2dcbe21a62c7634fb397b1cca88c9e9ef1a50d
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e647afa6b869b3880d6460daea92464dc97d5bc368266b68ec3c599bf38b0355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,260
Size: 1.00 vMB
Total Fees: 0.01177101 BTC
Feerates: 73.20 > 1.18 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (502,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,435 412,435 00000000000000000492a1fa9d5722879f5ce8360588e3d99c97032b76e0cc4c 2,086 0.99/1.00 vMB 49
412,434 412,434 0000000000000000002df7619257b1e4fcf78744c7fffa3be84d60ce7c1974f4 1 0.00/1.00 vMB 0
412,433 412,433 000000000000000002dde5f89ac116ee888ce6ba984189181e9841c83090ca0f 2,621 1.00/1.00 vMB 66
412,432 412,432 000000000000000004f5cf6f4c4af9703ab3f8e02dd5e31eb19a8b757c98fd4f 1,006 1.00/1.00 vMB 32
412,431 412,431 0000000000000000049b8cbbcd75f964b3f6c0eaa4d3128f8ef588edf96c5fb9 994 1.00/1.00 vMB 29
412,430 412,430 0000000000000000004378ad3eb3d5c256e089dfd55e02c32fa6f51377bea6fd 887 0.99/1.00 vMB 23
412,429 412,429 000000000000000002793fe7ee424cad1e5cf8b5c3b3fab5d6cb401f93afe075 1,450 1.00/1.00 vMB 45
412,428 412,428 000000000000000004f73e316be7fcd733f887b472b2f566d54358e32c8aa700 2,133 1.00/1.00 vMB 51
412,427 412,427 000000000000000001f2ce0342c95586e1d242a395f6d711c7189fcc9ec70c31 1,074 0.99/1.00 vMB 32
412,426 412,426 000000000000000001948b57fc81972401c68911551af8a76bf85d3ae58ad67c 2,617 1.00/1.00 vMB 60
412,425 412,425 0000000000000000002fc42b16a8302cef6d7fe0a7b85ced54f76f1185005b2b 1,395 0.99/1.00 vMB 32
412,424 412,424 000000000000000004bd9efbd1c937d29e0fcad08dce498dca2f6be52de14ac2 1,502 1.00/1.00 vMB 46
412,423 412,423 000000000000000003c24e59b926164f9b6906cdc0d98d90c9a84b3582e5cd0a 616 0.99/1.00 vMB 43
412,422 412,422 0000000000000000038f5a37c111a966a3d100f2446009af8502671b1c3b9db0 1,840 1.00/1.00 vMB 64
412,421 412,421 0000000000000000028c7d799cbfee814c6ced7e4bedf3ffe10458adb4a16f66 1,932 1.00/1.00 vMB 48
412,420 412,420 0000000000000000031361902ea909b8e71cc711b2b08f9a292a717dfaac8d6d 1,979 0.99/1.00 vMB 53
412,419 412,419 000000000000000003129ca7c9e21d41bab620ea24355823c998433a4c7d5d5f 1,199 1.00/1.00 vMB 27
412,418 412,418 000000000000000001e5617ec0595f741a5b00de1be19cc9bf34d087a1001da2 1,141 0.99/1.00 vMB 23
412,417 412,417 000000000000000005988c87a2715dc62034b31c70d438083d8eb78756fbc2dc 2,004 0.99/1.00 vMB 45
412,416 412,416 000000000000000001dedcca1a0295172fa72ee2b2b414ec31d673e8bfd21d18 1,614 1.00/1.00 vMB 31
412,415 412,415 000000000000000004b65f640f2a944077c0090bfb873b7360193722bd2f7f43 2,867 1.00/1.00 vMB 75
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 708.74 GB
    • Received: 16.76 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.