Loading Tool

Explorer IconExplorer

Memory Pool

40,908 transactions
26.20 vMB
0.07205202 BTC
Random Selection Loading Transactions
Max Size: 136.38/200 MB

Candidate Block

Mining Attempt 8bfed07075b3fa623758fe396131aba11ee9b85d8b3c072713911cfba5e91828
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root e9087a4b8a128834144535064280c9f7441cf4c35f19258a00a9b12853b1bd60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,998
Size: 1.00 vMB
Total Fees: 0.02421815 BTC
Feerates: 150.98 > 2.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (411,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,332 503,332 0000000000000000000f17e3ed5a65080805d1864a6c0b28a2fa7e2d87d0a8f6 515 1.00/1.00 vMB 199
503,331 503,331 000000000000000000304bade5fcdeb76ec61e5812151439bdcc2eec08e28b61 725 1.00/1.00 vMB 267
503,330 503,330 0000000000000000008a17c3f74f8f946da8bc32c0b8f6fad32ba7529d4806d7 1,253 1.00/1.00 vMB 337
503,329 503,329 000000000000000000726e454df383237d55a5098bbdd1140e2a14fcd2d9816f 1,156 1.00/1.00 vMB 240
503,328 503,328 0000000000000000007c4d1663d7e0f0a0fee92f141a81f92c981e4b60478283 1,144 1.00/1.00 vMB 289
503,327 503,327 0000000000000000006530a7a84d25a1ef5dea4abc67f6293efed955db1a8aff 2,288 1.00/1.00 vMB 422
503,326 503,326 00000000000000000065560ab8bef7f49b5e1dcbfce4615396e38fdac3ad58b6 1,633 1.00/1.00 vMB 349
503,325 503,325 0000000000000000005cc025dcdabff5572e6675a742f1f05b5fab7957be06e3 2,412 1.00/1.00 vMB 535
503,324 503,324 0000000000000000005731017741f561a81ff7ea15cce6171424e5654bdf6694 2,111 1.00/1.00 vMB 410
503,323 503,323 00000000000000000001da3b56bd648e614d4fdf53ebb11badb079d7146187de 1,927 1.00/1.00 vMB 429
503,322 503,322 0000000000000000003127521f6a26606e84ff054dbed5d867b0f8969f650a4a 1,614 1.00/1.00 vMB 322
503,321 503,321 0000000000000000000ac5a6c98a388fd702e597982bd19736f8588178c9226c 1,216 1.00/1.00 vMB 256
503,320 503,320 00000000000000000079f3f582ea7dc6cd48ade4eb66cbcd0aed5a66fc6ca279 1,805 1.00/1.00 vMB 544
503,319 503,319 0000000000000000006cb249865ea4a4b1f454610441a761a7e5fbc6177e4fce 1,499 1.00/1.00 vMB 275
503,318 503,318 00000000000000000091ba1f426750253e89c7335e57dac0753e77a2bdff5484 1,534 1.00/1.00 vMB 226
503,317 503,317 00000000000000000052b09b0d0b53d236cbd386d1716e15eda48a78c5b75fa6 785 1.00/1.00 vMB 307
503,316 503,316 0000000000000000008f94b7ee631d4ed43a03fa65d585811c6e62412b450486 2,328 1.00/1.00 vMB 305
503,315 503,315 000000000000000000240bd6beb95cb5bcdccc50185e0b75cfce3f5091be15ab 2,576 1.00/1.00 vMB 519
503,314 503,314 0000000000000000004f9e03effce3d1fe52a3a4b042577f0ed7dcdc9780cd39 2,441 1.00/1.00 vMB 456
503,313 503,313 00000000000000000034102b6e9c2f02153deff17349f5426d6ef38acaf25a57 2,017 1.00/1.00 vMB 517
503,312 503,312 0000000000000000003a7d99ca3a0eeb912930826e0f404b28dbb0fef686ec62 1,333 1.00/1.00 vMB 507
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.