Loading Tool

Explorer IconExplorer

Memory Pool

84,673 transactions
31.80 vMB
0.19073435 BTC
Random Selection Loading Transactions
Max Size: 189.91/200 MB

Candidate Block

Mining Attempt 8d20cbfc1d4eb3ae1c503d64073e16d6d1ad86bd9dcc36e693461718eb4d9d30
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root a827d4ea3b2d775898364564407a6a580f22de898bdbddeb81cd9e8e3ffdfca2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.08188418 BTC
Feerates: 101.65 > 8.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (498,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,493 416,493 000000000000000002ed7d1bbd36674dcfe3b49d733e0649eed7ca2f9b6bc6e5 2,108 1.00/1.00 vMB 72
416,492 416,492 000000000000000004164595168a21d2623617b2df958ef679baf8d1ec9f879b 2,319 1.00/1.00 vMB 68
416,491 416,491 00000000000000000128cee756176fa939f0f193f11cd490bd85e625d1a8e985 883 1.00/1.00 vMB 23
416,490 416,490 000000000000000001ab0142f5d409533390afc3993ef2430fb31f3f697c67e2 1,037 1.00/1.00 vMB 31
416,489 416,489 00000000000000000231d1aa36be7417e971c2d59cd33c60ad8ac2d6bdd839d9 1,132 1.00/1.00 vMB 37
416,488 416,488 0000000000000000025bce54dfb06e8f3681a40351ccbc966ff5ffa9be7b7623 838 1.00/1.00 vMB 23
416,487 416,487 00000000000000000209042b407340e16149c79f85d1c46b7e4399669726fb03 1,449 1.00/1.00 vMB 37
416,486 416,486 00000000000000000119b65fa21930fd1c77f0555716bf3d48587351383c474f 1,784 1.00/1.00 vMB 54
416,485 416,485 000000000000000004b423267fe79107119f8210b08fef2bfb418c246f041837 893 0.51/1.00 vMB 46
416,484 416,484 0000000000000000006da505f9d2675a518f18ee7c8b0cdac26d53840484a94e 2,536 1.00/1.00 vMB 71
416,483 416,483 000000000000000003e5b7dd713a3065adb9b91b21f681dde758e6b20211286d 1,079 1.00/1.00 vMB 36
416,482 416,482 000000000000000004527b85eb40d6394498860861711f6490b5a15bc98c9e61 1,521 1.00/1.00 vMB 36
416,481 416,481 000000000000000002c7151fafee0e0585a41262939ddc3eb124e944d7ac1996 2,104 1.00/1.00 vMB 51
416,480 416,480 00000000000000000049e66739f02deb39f827738874145bfdf01a64ce6dd327 2,685 0.99/1.00 vMB 86
416,479 416,479 0000000000000000007db2dca8f1851cf3c1c4e0c534569c0da77fc9cfbdae6d 1,571 1.00/1.00 vMB 39
416,478 416,478 000000000000000005025206a09785f1578eca644269a4abfec9d9ef6afc34e1 1,324 1.00/1.00 vMB 33
416,477 416,477 0000000000000000017d27c8ebe763248b6a3bd9f9679be2d4e95a796c450d61 1,654 0.61/1.00 vMB 69
416,476 416,476 00000000000000000319e4d27bbabd1209950b9632a6fe6a0fd749188aa85338 1,614 1.00/1.00 vMB 37
416,475 416,475 0000000000000000048150da1b99ef6bddaca867bdbfe24be25852e74ce5e8b5 2,549 1.00/1.00 vMB 59
416,474 416,474 0000000000000000009564042abe9a470048d54843ec5eeb09b38bfde3cdb3a0 1,222 1.00/1.00 vMB 32
416,473 416,473 00000000000000000548d4de88c9ed8d6243bd90de84d29e5601f7d46f41f402 741 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.