Loading Tool

Explorer IconExplorer

Memory Pool

77,265 transactions
29.47 vMB
0.07032843 BTC
Random Selection Loading Transactions
Max Size: 179.91/200 MB

Candidate Block

Mining Attempt af90d684d58feb3d534c332159c5b187398a43b99e62750dc9b444cc6b207341
Version 20000000
Previous Block 00000000000000000000dfa530c4ab31d931e5d06823520654db1c3208c709d2
Merkle Root e02b5470e71de913e9b5350939f1d0f9d871663f12aa038ba03c62ecafbcf77e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,038
Size: 1.00 vMB
Total Fees: 0.00547967 BTC
Feerates: 50.27 > 0.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,398 (84,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,500 830,500 000000000000000000012e03188360be8c11e7088aba51dc2155bdaa22f4e0a5 2,223 1.00/1.00 vMB 31
830,499 830,499 00000000000000000000b6d5499e32f14f77bed7d5ebf6e1c72f571900bc8433 483 1.00/1.00 vMB 20
830,498 830,498 00000000000000000001b6b4fddf7ee9dc55a2c1e6dd1205b6d77f45d3154c1f 1,835 1.00/1.00 vMB 30
830,497 830,497 000000000000000000032f1d60fc6447eea1982d726c9662be8a6dfae30fc770 999 1.00/1.00 vMB 24
830,496 830,496 00000000000000000000479935d2b18631b99eae4d28f863dad44aeef222a196 543 1.00/1.00 vMB 22
830,495 830,495 00000000000000000001d1794e46cf63fb2791bc20b510a81cff0cd02d901754 2,007 1.00/1.00 vMB 33
830,494 830,494 0000000000000000000275477a2cacc2bb4cd3d5083f5816aa17d1a9a647fb9b 3,186 1.00/1.00 vMB 37
830,493 830,493 000000000000000000000af6ed23c6c2287aa10beefeecf5f08ce734b1016e0c 2,326 1.00/1.00 vMB 33
830,492 830,492 00000000000000000000b5a9a9d3bf8f6e04aaf02a23c9c01eb3d971fcba6356 476 1.00/1.00 vMB 20
830,491 830,491 000000000000000000039c7252a7ab25fe11354675e20616ee47adf6969d6095 833 1.00/1.00 vMB 23
830,490 830,490 0000000000000000000072d08c3088b48f9921cb20782399e1d4cf91527612eb 682 1.00/1.00 vMB 23
830,489 830,489 00000000000000000003449a669fb5d9e03f4ea8f2b4201cb25b3321fb6d3586 1,737 1.00/1.00 vMB 29
830,488 830,488 00000000000000000000df2cc7cc5223a7efe9190569cbef684f2a1b923e3373 1,624 1.00/1.00 vMB 27
830,487 830,487 00000000000000000001131a2d2fdcbb1dd643d4afbcb51878f3ae0284611827 1,725 1.00/1.00 vMB 32
830,486 830,486 0000000000000000000026e71144c462137ace5e2628bf9f9da56b0434f0164f 2,276 1.00/1.00 vMB 54
830,485 830,485 00000000000000000000635b4ab8624a7f84f0e71e16b631fee47b74e61fd321 2,007 1.00/1.00 vMB 32
830,484 830,484 00000000000000000002bebc8203f5c316a29f384696d6d5e5f47aa8fb4bc9b9 3,098 1.00/1.00 vMB 41
830,483 830,483 000000000000000000020a2b510d03daa41a325ba6b68fda4b650665cd5c8717 2,847 1.00/1.00 vMB 45
830,482 830,482 00000000000000000002e2a73e8d0b6dbe1cd6d33ab368d6b85d14ee047c37ac 1,240 1.00/1.00 vMB 31
830,481 830,481 000000000000000000001498e73ebb5e528c67c3dfd9d0092f643266a4c056a5 2,810 1.00/1.00 vMB 45
830,480 830,480 00000000000000000003578b6f7215ad09c2e369a5d9eabf7a0e2aa909ae358f 2,472 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 783.08 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: 721.13 GB
    • Received: 18.35 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.