Loading Tool

Explorer IconExplorer

Memory Pool

82,184 transactions
30.32 vMB
0.08180816 BTC
Random Selection Loading Transactions
Max Size: 185.87/200 MB

Candidate Block

Mining Attempt 034861ff7574f1c848c929f3b824e80e020dcf64a9eaaff2d28d712ec2e9327e
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 0ea0e60365fb431bd992315c1a82ea2ecf0e818f37097fb87223768011bc920e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,850
Size: 1.00 vMB
Total Fees: 0.01428444 BTC
Feerates: 60.16 > 1.43 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (446,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,900 468,900 00000000000000000174813cee5ef0def451a6da8031d0ed44341c1edf867fed 2,245 1.00/1.00 vMB 406
468,899 468,899 0000000000000000015419f92d2b1bcab59e655055f7f8246f8fbcd8fccbb6c5 2,048 1.00/1.00 vMB 349
468,898 468,898 000000000000000000f2dbfda2dfe564f0d64fef85fc130ecb68390736e17596 2,103 0.99/1.00 vMB 314
468,897 468,897 00000000000000000037d5546d3f9c8d073be24e73f0936671e2f68c6ff755c9 2,261 1.00/1.00 vMB 398
468,896 468,896 000000000000000001547b9a061f6c9da8d367ba7b7a68425c06083cd79f7751 2,500 1.00/1.00 vMB 348
468,895 468,895 0000000000000000016556af0f597e25f6be5895f0acff14646e98d973c180fe 2,462 1.00/1.00 vMB 374
468,894 468,894 00000000000000000102c4dd62c822e4d614541ef364325cac50a0c760c62eca 2,374 1.00/1.00 vMB 396
468,893 468,893 00000000000000000182996a19569ae43cd6d66aa90e059ddfcaeaa788f15cdc 1,784 1.00/1.00 vMB 264
468,892 468,892 000000000000000000b41b18ff60ef73d102a295ffc201007a5bedbaa6a37977 1,100 1.00/1.00 vMB 265
468,891 468,891 00000000000000000141cca6e2b59130497f8f1959a21d2d5c61db5fdd595075 2,403 1.00/1.00 vMB 339
468,890 468,890 00000000000000000124dd629caad2adb683ef028a756b74dcd76e3290ff2b39 2,460 1.00/1.00 vMB 342
468,889 468,889 000000000000000000ddaf9be2352fae38f8affc858d0084c95069a0ede51a19 2,198 1.00/1.00 vMB 323
468,888 468,888 00000000000000000075dfb758f813033fbd04899e0d49ad217d0150db939d4a 2,760 1.00/1.00 vMB 408
468,887 468,887 0000000000000000002a62c1989a53d0f4eba0e0bcff6876f63fa8c72f09d8cf 2,344 1.00/1.00 vMB 373
468,886 468,886 000000000000000001a82e11b08f84d2f5f5d6cb1026fdf6318c42c2d283f235 2,486 0.99/1.00 vMB 356
468,885 468,885 000000000000000001162aebd9067945a76e3cadda4f3c110ccdc5710f14e841 2,072 1.00/1.00 vMB 357
468,884 468,884 0000000000000000008fdee041bbf6690b94a7a676e0832ed08e8577bb8b143e 3,097 1.00/1.00 vMB 475
468,883 468,883 00000000000000000093a1ed77cb57986f40ffcdd4c99b47ccaa87cc1ea12214 465 1.00/1.00 vMB 280
468,882 468,882 00000000000000000154a6b1956a06e955874e2891d959a9c09bc17d3ac0d7b8 554 1.00/1.00 vMB 287
468,881 468,881 000000000000000001b1f3d587ac41e0e10f716d7fde6d1ea424ba377f29f81f 1,600 1.00/1.00 vMB 309
468,880 468,880 000000000000000000dcb93d4aa8a377cd79074d3031ce12dd6241a45a18aea4 848 1.00/1.00 vMB 282
Previous 10 blocks ↓
Total Size: 782.96 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: 715.26 GB
    • Received: 17.69 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.