Loading Tool

Explorer IconExplorer

Memory Pool

83,626 transactions
31.65 vMB
0.08878860 BTC
Random Selection Loading Transactions
Max Size: 192.81/200 MB

Candidate Block

Mining Attempt 25533ed254eacf8fc70d0d9f4074a01216f1506c9df619bdf5960cfb571eaef0
Version 20000000
Previous Block 000000000000000000015a7ee9281539d48f0ebf8c2030b737ac721a110fec89
Merkle Root b34ad57fb2a48e6613184686d958623edb8b55de82dc76530383bc3c308d94b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.01988842 BTC
Feerates: 182.65 > 1.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,212 (430,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,511 484,511 000000000000000000fb5176ac1aefb646f2ce5ff441f0ea26f048c513ee994b 1,891 1.00/1.00 vMB 158
484,510 484,510 00000000000000000086656b7924f50ad7ab1313cedc1bded3dbc47dc4c1f9c3 2,133 1.00/1.00 vMB 277
484,509 484,509 000000000000000000b8a419b076225c72abc9f9640378cbbb64c51e0180fac3 1,685 1.00/1.00 vMB 116
484,508 484,508 000000000000000000dbc63339157b67de9d258e635e38dc66b098add9710ad7 1,374 1.00/1.00 vMB 69
484,507 484,507 0000000000000000005bb50479109417d1c98d04dc8519361d0cac9f0f3636b8 1,635 1.00/1.00 vMB 132
484,506 484,506 000000000000000000fbcf1af5075c3105cdfdfa9bdb78ce4ab72c96f1486eb4 103 1.00/1.00 vMB 7
484,505 484,505 000000000000000000f687f3379243395ee597c865d0a5bf0ce45ef3a1137a5d 2,042 1.00/1.00 vMB 56
484,504 484,504 0000000000000000011c28af5b219ceb385c0f4c36e3d845575ccbea59fbf27e 821 0.72/1.00 vMB 6
484,503 484,503 000000000000000000b3b7e2e527c4b1a4f45f1699ed06242ec2e927b9cc624f 2,007 1.00/1.00 vMB 13
484,502 484,502 0000000000000000000e32e6145531b0d3a2a2f34b6695a306747dcba32e533d 1,815 0.96/1.00 vMB 17
484,501 484,501 000000000000000000567b518c70a1a7136312a81f454b3eb5ba10e70a25a459 1,626 0.99/1.00 vMB 136
484,500 484,500 00000000000000000087995fab275f87960a7bb65f83ab79805dbe9a43824bef 1,551 0.98/1.00 vMB 80
484,499 484,499 00000000000000000035d3c5778d448c51a66ded556a7b1ced2dded9d873ef93 1,717 0.99/1.00 vMB 129
484,498 484,498 00000000000000000045d667206328dde71a7e4664d95a0922072610e9fc7780 2,619 1.00/1.00 vMB 252
484,497 484,497 0000000000000000003b789bf7cf4d08e88e0580f1bd51679a717a5d7e4ebd26 1,920 1.00/1.00 vMB 177
484,496 484,496 00000000000000000009ba8b35e1e12edcbbd2b05ec2487f318a850dc28b2f49 2,128 1.00/1.00 vMB 231
484,495 484,495 000000000000000000da93206c61fe3fdd4b8a25b568da7a217e9e9d3dd03ae3 2,197 1.00/1.00 vMB 128
484,494 484,494 000000000000000000f826c65d727fd800612d901898780b1007a7da431552ea 2,613 1.00/1.00 vMB 274
484,493 484,493 0000000000000000001b8e57093cd3ace459b405dfb1146c0f45689617063fa0 2,195 1.00/1.00 vMB 246
484,492 484,492 00000000000000000001d43242b71c54ef6856d657ff52955d9a743d5b34e66b 1,126 1.00/1.00 vMB 87
484,491 484,491 00000000000000000123f9553e75fd2a16adb82fe8bf8960ef2dfc2b2d47b252 1,172 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.76 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.94 GB
    • Received: 16.79 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.