Loading Tool

Explorer IconExplorer

Memory Pool

80,059 transactions
30.03 vMB
0.08700925 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt c67bff2704cc7f761072f7f96318473f742ecb50fcce2e265300193f48257e82
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 26ecc3a8604cf827457f2d34bf4f89003e49ec72cb3c2ae60684830151116e62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.02562140 BTC
Feerates: 301.07 > 2.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (563,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,673 351,673 00000000000000000aa2eee45798ada9dfdb131b491ab13d7712c8c5a826d1ab 157 0.10/1.00 vMB 21
351,672 351,672 000000000000000001f1a791922e8109ac6531a69739b83ba3788b57b6278591 816 0.37/1.00 vMB 33
351,671 351,671 0000000000000000048a106ad30a0daf47cade33d97f499b07eb66abcc530474 527 0.28/1.00 vMB 32
351,670 351,670 00000000000000000ad9bba52cd006795c36a68349e833f543615559b2bf10d1 441 0.43/1.00 vMB 15
351,669 351,669 00000000000000000e2d1f84cf08206c4abc93e90baeea57e6fc699601ab3003 807 0.35/1.00 vMB 34
351,668 351,668 00000000000000000f38fc5a5785431268daf9c46ba30375dd0232357a20ce73 1,808 0.75/1.00 vMB 47
351,667 351,667 00000000000000000adee4374abc9f44ebb65b6b2bbd872b0a1d809799732d87 272 0.16/1.00 vMB 28
351,666 351,666 000000000000000006cd2286968e240f82dc20e8f83d860d5bbec69226dd6984 63 0.10/1.00 vMB 9
351,665 351,665 0000000000000000139c62000333b2997c4e8bcd159dfd21ed60ec2f586d0998 545 0.31/1.00 vMB 29
351,664 351,664 00000000000000000a8c006bbdbc611222dbe9efd83e8e5320ea86e11904b934 825 0.44/1.00 vMB 38
351,663 351,663 000000000000000003385e8ce1ea511ea1f35eaedd2536e383382661a181de97 1,151 0.70/1.00 vMB 31
351,662 351,662 000000000000000006b02b62572d4bb841ad015dc7de058be1548d21ce57b470 613 0.28/1.00 vMB 41
351,661 351,661 00000000000000000c7bdb89ad63fa35e890f2c04664d5e870ba7f0194ac4272 562 0.30/1.00 vMB 39
351,660 351,660 000000000000000000114b6304791ca5d4148d23fa5c7d6537795f1756bd00b0 80 0.07/1.00 vMB 9
351,659 351,659 000000000000000010c77d8141aa6d135d35a065c09f21a0b8cc33da88cee919 355 0.18/1.00 vMB 36
351,658 351,658 00000000000000001512431a85e4c57061822ec15fa50883a4ba5111275f9569 419 0.21/1.00 vMB 44
351,657 351,657 00000000000000000b84f08af76d3f9756dbefb19757e858cdd16efc5b1af91e 1,013 0.48/1.00 vMB 36
351,656 351,656 0000000000000000109002bdb1941874d9869c2e70f22bc68d31b41d11256abd 38 0.02/1.00 vMB 23
351,655 351,655 00000000000000000317405d68044163bae6c425c837280b6e86ddfbe600f397 598 0.71/1.00 vMB 22
351,654 351,654 0000000000000000118e7ead58a1b78f635973837811c76045e5fba043ff801e 493 0.24/1.00 vMB 46
351,653 351,653 00000000000000000391abb6f7fde6c1463f5c5e3225b6bb2616bc0063e63240 937 0.70/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.