Loading Tool

Explorer IconExplorer

Memory Pool

86,519 transactions
31.76 vMB
0.14353288 BTC
Random Selection Loading Transactions
Max Size: 192.71/200 MB

Candidate Block

Mining Attempt d28206e826f67056f0c0edd3f819fc4bfa059f6d5c34329cd5becbc6c456d994
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 029c3e635653dd004bddf169016d4b184bed598ba9328f5c2e9e4790788218dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.06510165 BTC
Feerates: 182.65 > 6.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (263,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,662 651,662 0000000000000000000bb98b07b93e900edfec950c31ec747d97713d07f8d20e 2,492 1.00/1.00 vMB 66
651,661 651,661 00000000000000000006d5ac24804d068ee1fc4033676e44fe7b19a4ded372f2 1,365 1.00/1.00 vMB 62
651,660 651,660 0000000000000000000db458bc1f010af435d3d6e45c0d1c567376633487b363 2,080 1.00/1.00 vMB 115
651,659 651,659 0000000000000000000a45df69cd528c6f517a622296a24e92d21b300dbb79ec 1,589 1.00/1.00 vMB 19
651,658 651,658 0000000000000000000a12626f95f0445f7eb1eecf56984174a4ddfdb4945f74 2,027 1.00/1.00 vMB 48
651,657 651,657 000000000000000000068e31fceb7adaf6738e72e8803c64c8b1df1b1cdc3381 2,326 1.00/1.00 vMB 85
651,656 651,656 00000000000000000001f38d9c444a88aa96ff1d7efbf7c5b349993a335132c2 2,133 1.00/1.00 vMB 49
651,655 651,655 0000000000000000000adfef1f0051479c88c635eca90e4535ee766b8bf5418e 1,785 1.00/1.00 vMB 21
651,654 651,654 0000000000000000000c2b08b008c88eacb50111020cb8cc0446c90e68280019 2,006 1.00/1.00 vMB 33
651,653 651,653 00000000000000000003e13834d697a4a71df99bac7e4613157b2c627b6da8e1 1,971 1.00/1.00 vMB 26
651,652 651,652 000000000000000000014c4e1cb873711bda428d5124b360b305318e8064e442 3,299 1.00/1.00 vMB 12
651,651 651,651 0000000000000000000b467338be0a823674d19ab4bfdeb81774a9540c4f12b4 2,882 1.00/1.00 vMB 40
651,650 651,650 000000000000000000010e5c9308f27ea77174f8a5047d9abd86abaa9e5781f4 2,757 1.00/1.00 vMB 67
651,649 651,649 0000000000000000000059d0997f89a23dedf56c213c7cb38f37b8d11fa6da2e 2,546 1.00/1.00 vMB 54
651,648 651,648 0000000000000000000b7bab0a04bb9a8214cc95c8dc6fd681b9aa76dfcd6e25 1,666 1.00/1.00 vMB 103
651,647 651,647 0000000000000000000abe083c5605f5e1c3e00e3d33536e0cf22b630e3eb33c 2,458 1.00/1.00 vMB 39
651,646 651,646 00000000000000000000fefd32c78a8a0c80bc296ecc3e5842a0d81c001400ed 2,532 1.00/1.00 vMB 30
651,645 651,645 00000000000000000001acc02b072969b1d5d23bb85428a532fc64fbf2541fb4 2,402 1.00/1.00 vMB 59
651,644 651,644 0000000000000000000e194eeab47d3f21e38198804c110b6242b39a860f7aac 2,500 1.00/1.00 vMB 80
651,643 651,643 0000000000000000000ceccc5824b511bd0221c08ed5935f4d4d73b10b0e0a93 3,034 1.00/1.00 vMB 125
651,642 651,642 000000000000000000030c6e4e928f9c3e1cb0906f20b3e671034156b0529c4f 2,435 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.52 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: 668.92 GB
    • Received: 15.64 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.