Loading Tool

Explorer IconExplorer

Memory Pool

78,743 transactions
29.20 vMB
0.08426530 BTC
Random Selection Loading Transactions
Max Size: 176.75/200 MB

Candidate Block

Mining Attempt bb0c0099f51a6b6f01d79723c7afb1525c013fa22b5b7173bfe4e29ee8404c3e
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root bb62ebe6fc75d957f7df508b014d0286f85b66fffc96715dc0e0e674c029831f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.02315519 BTC
Feerates: 178.73 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (49,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,720 865,720 0000000000000000000234f1ebf9d8d71e015d9aaeb2f381e67738e8e1896e41 3,036 1.00/1.00 vMB 12
865,719 865,719 000000000000000000005564d2155ff056c968f63f6d12be3ef2c5581f38a875 3,390 1.00/1.00 vMB 9
865,718 865,718 00000000000000000000f55869373bb20111e179631dbab6c0b64b39b74d28ed 5,473 1.00/1.00 vMB 12
865,717 865,717 000000000000000000012d335b1dcb1c27eb4af62fc752d5bb218a41980ab0f7 5,386 1.00/1.00 vMB 13
865,716 865,716 000000000000000000018d8c4210824b66e1005b88e1e93eb5f0eb37acab8abf 5,125 1.00/1.00 vMB 15
865,715 865,715 00000000000000000000207180fc4858ee0d67fedae1ec0602aed2901728edba 2,074 1.00/1.00 vMB 17
865,714 865,714 000000000000000000000a90f3b08ac7b06a4e220b3a39859533bae0c42c3ca0 2,246 1.00/1.00 vMB 17
865,713 865,713 000000000000000000001174c2e2102b42a51358400e09694b7f45b1aad06e5c 4,074 1.00/1.00 vMB 16
865,712 865,712 0000000000000000000193a7462cc6f012837670c2fd0cbb94ad2a38d478dfbf 5,269 1.00/1.00 vMB 18
865,711 865,711 00000000000000000001a13f792365e20cb605adf6657bfc1a5537128412c02c 5,310 1.00/1.00 vMB 27
865,710 865,710 000000000000000000024b7bf1b16f9356c2db8641c3a2504a14f3c2f1618a57 6,506 1.00/1.00 vMB 31
865,709 865,709 0000000000000000000257edff50e4e18f447bbdf71637ae5d7976e719ea5f45 6,856 1.00/1.00 vMB 34
865,708 865,708 00000000000000000002904114c51b2be25903ef20977e1aec175e796fde2d60 3,688 1.00/1.00 vMB 7
865,707 865,707 00000000000000000001092af297b46a1955c247112cddc42a014722fdc1da9f 2,997 1.00/1.00 vMB 7
865,706 865,706 000000000000000000030cde5d6b93a60516c0a9dafb8c224481e0d032fdedd1 3,913 1.00/1.00 vMB 6
865,705 865,705 0000000000000000000016bae7ce441eec9de2d67c136677c6a43027aa10915f 2,873 1.00/1.00 vMB 9
865,704 865,704 000000000000000000010829ded5013996b56254aeae09f4edeb2b1f2259bb7c 2,776 1.00/1.00 vMB 13
865,703 865,703 00000000000000000001ec26a1092b54d355cbb142c8b902f4ce0dafe1876b00 3,735 1.00/1.00 vMB 11
865,702 865,702 000000000000000000028836b3a5410937346879e2f787e13ff9f32794e31df0 5,011 1.00/1.00 vMB 8
865,701 865,701 000000000000000000024199e2384c6d032fd0a8ff2201299a262b4d4935b45b 2,319 1.00/1.00 vMB 5
865,700 865,700 00000000000000000002a82a6dee77c45ecd5a072a6ad9fe31d818ff62f0d16b 3,847 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.68 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: 678.75 GB
    • Received: 16.44 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.