Loading Tool

Explorer IconExplorer

Memory Pool

86,115 transactions
31.51 vMB
0.08165070 BTC
Random Selection Loading Transactions
Max Size: 193.80/200 MB

Candidate Block

Mining Attempt d16b9b60fbfa5d61fb1cdcc48f1e4fc102256345aae2565d1c00ee268275800b
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root 7ae7c483e68e4a5e6d8c83c7ad6478d2bb935edc059e890addfe21f0b918eee1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.01006213 BTC
Feerates: 60.10 > 1.01 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (234,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,539 680,539 00000000000000000001dd01ceab9abe8af64734b08f622c540e28da5cb62fcb 1,677 1.00/1.00 vMB 35
680,538 680,538 0000000000000000000211b875f90a6306fa8bfbc07937cc0a1c58cc42a7c493 1,794 1.00/1.00 vMB 78
680,537 680,537 000000000000000000071fe3e410c9286ff5b13b70b1de94f92620939071fd43 1,250 1.00/1.00 vMB 40
680,536 680,536 00000000000000000002ef553c20f3813e931fa8e2604c4d2018f758a45f4074 1,241 1.00/1.00 vMB 40
680,535 680,535 0000000000000000000689c790b723ca7129b92630403f99dbbbaddc05c51793 1,631 1.00/1.00 vMB 54
680,534 680,534 0000000000000000000911fc7ba1ccd0d409707b6a5084f96a43e8103fbb9f37 1,303 1.00/1.00 vMB 44
680,533 680,533 000000000000000000003c477c115aacd50da4295434c6961e1dbe0447955583 1,640 1.00/1.00 vMB 38
680,532 680,532 0000000000000000000a505a3903b7f73da857eefaa58cd739f055c5797d69f4 2,427 1.00/1.00 vMB 143
680,531 680,531 0000000000000000000b2f94b83317ae5f2eb47a33cf80ee84789db84cbaeb3a 1,564 1.00/1.00 vMB 30
680,530 680,530 00000000000000000004c26698555421b49544214d93ee11c894f0d4c5a5e10e 2,224 1.00/1.00 vMB 49
680,529 680,529 00000000000000000006605d111e3626ed2901561d35e6fe6c035286cbb96af9 1,860 1.00/1.00 vMB 140
680,528 680,528 00000000000000000005bbde7cc0c3a9a07c6fbcf0b211a63370f07c368df2d3 838 1.00/1.00 vMB 51
680,527 680,527 0000000000000000000735eb64c2e4665550fdc5b9939e0a05adcba6f85ba85d 464 1.00/1.00 vMB 37
680,526 680,526 00000000000000000001dd3e684f29168ff9942822c56f75bf6a6b85305e1e37 1,325 1.00/1.00 vMB 68
680,525 680,525 00000000000000000009a6da21bb851057fe4ab97e94eed14d4bea3c0fd333da 1,777 1.00/1.00 vMB 55
680,524 680,524 0000000000000000000a2abaef281def41b01650f84e0051cbec20d8796e8fa6 2,322 1.00/1.00 vMB 140
680,523 680,523 00000000000000000007f1a9319545c55b633e56bb652fa46003e24bfe88dbb6 1,499 1.00/1.00 vMB 109
680,522 680,522 0000000000000000000a2685ae17087937b244c283cdfc4bfd48308599fe6415 1,774 1.00/1.00 vMB 22
680,521 680,521 0000000000000000000b0ae1ec861c18d18fb8e416368d8ad96fbb04521e57ef 1,995 1.00/1.00 vMB 150
680,520 680,520 0000000000000000000356103c4ef6f6442907e037aa3dc3b1bf7b0cefa3735c 1,832 1.00/1.00 vMB 33
680,519 680,519 000000000000000000080ed8e1fb50b4289fddda2a205ad940838212b45cd328 1,392 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.99 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: 717.16 GB
    • Received: 17.83 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.