Loading Tool

Explorer IconExplorer

Memory Pool

78,328 transactions
29.54 vMB
0.10909602 BTC
Random Selection Loading Transactions
Max Size: 177.87/200 MB

Candidate Block

Mining Attempt e6545d9b12694c279b2944a85a51f0c0f2ff6a6f9dbf7aca05bc477b479416ba
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 226658a119f30806df7105df37463733414188de858b8f2ed6c1ca4839846908
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,527
Size: 1.00 vMB
Total Fees: 0.03138897 BTC
Feerates: 151.12 > 3.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (120,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,568 794,568 00000000000000000001dc9765d9c7584e0fc202ac4de59772d0731dd4169339 3,548 1.00/1.00 vMB 17
794,567 794,567 00000000000000000000a71851a1bf7b4ffdb6fa029f9646839e72ad7746a5fb 5,337 1.00/1.00 vMB 12
794,566 794,566 0000000000000000000034fdcb69f1b157be3d471c191b63e70077e0a7e435f3 3,730 1.00/1.00 vMB 13
794,565 794,565 000000000000000000005861fd968495c99f12e4440b6118d0e7a013e0532cef 3,805 1.00/1.00 vMB 19
794,564 794,564 000000000000000000026521ee5ec594b07add1cb1becf425e8a1037297b4a90 3,796 1.00/1.00 vMB 23
794,563 794,563 0000000000000000000202fa5819281aae828140616f1ac67db4067b6934d194 4,733 1.00/1.00 vMB 13
794,562 794,562 000000000000000000029b268767c25480befe5ecfda0a0b331d649f18df0a15 2,921 1.00/1.00 vMB 23
794,561 794,561 00000000000000000004e160df0a72484fca9a4b4c6ac937489b70b20d580d20 5,658 1.00/1.00 vMB 11
794,560 794,560 00000000000000000004c00332e901d1c2bae19960a9b7713e6892c91f2a7cb4 1,689 1.00/1.00 vMB 21
794,559 794,559 00000000000000000001b0f30948f55c9f52d4f2e12ef219a635db1f0cd5f3c8 5,169 1.00/1.00 vMB 14
794,558 794,558 00000000000000000000650c139098644df23fc58f31e3b2925f2e694aac8ed6 4,563 1.00/1.00 vMB 16
794,557 794,557 00000000000000000002ffe9538c13fd526849bf0f1830355ed47dfe10d7dd51 4,118 1.00/1.00 vMB 14
794,556 794,556 00000000000000000000103eff413109eba9ebb9a03d85e18aaeb708c675294c 2,358 1.00/1.00 vMB 21
794,555 794,555 0000000000000000000236a0e784f82891e9dca355c3a4148f24e604b7f11b48 2,700 1.00/1.00 vMB 19
794,554 794,554 00000000000000000002a09a8409ba3fea7d572f3f780a4094a21c199c963a82 1,961 1.00/1.00 vMB 32
794,553 794,553 000000000000000000017e34aaecdcce2b887dd2e45db7770ef0393c7029f13a 2,747 1.00/1.00 vMB 21
794,552 794,552 0000000000000000000064a91d8f11656a552bbac181701bec2f68a6cd71f6a5 3,766 1.00/1.00 vMB 18
794,551 794,551 00000000000000000001beef36a0a21278fcb801bab4b3d4bd326c5a63057e24 3,300 1.00/1.00 vMB 23
794,550 794,550 00000000000000000004e0f94e2b2b56b94142d46f407a65a7c41da9402aec0c 5,171 1.00/1.00 vMB 13
794,549 794,549 0000000000000000000086978630f4525f2b5568fbb52e9fc7431361d22c79b9 4,051 1.00/1.00 vMB 17
794,548 794,548 00000000000000000004773ef8bb98c7032f5c35fa5d2b6620685365d4817a4c 4,190 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.