Loading Tool

Explorer IconExplorer

Memory Pool

77,397 transactions
29.08 vMB
0.10070701 BTC
Random Selection Loading Transactions
Max Size: 175.01/200 MB

Candidate Block

Mining Attempt 52b5845095db3cd8bbe3eecaffae1d16b6919a46cd6b9c527f7f0b64bfd2209d
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (329,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,231 586,231 000000000000000000169382ae5a359992630566b88fcfd3db44c1df9f2aa94d 1,956 1.00/1.00 vMB 33
586,230 586,230 000000000000000000166087562ded7c3a08dcbfc22d0624c1db3ee33302d20e 2,797 1.00/1.00 vMB 49
586,229 586,229 00000000000000000011f188b7a1992d01e6b1f0499bc6944d788d0f7b9dde40 3,192 1.00/1.00 vMB 71
586,228 586,228 0000000000000000001dfe0955ff40c84907ff159bd5b53d34371a1accd07b5f 1,595 1.00/1.00 vMB 23
586,227 586,227 00000000000000000017c586fdeab6d7e618180bba49697bbcbbf44892763186 2,508 1.00/1.00 vMB 37
586,226 586,226 0000000000000000001ca17a1b8e4db4918290af6079ab395de1ec15fe195e1a 1,774 1.00/1.00 vMB 29
586,225 586,225 000000000000000000082013bfa257e3dbd1ce2fb4ebc7653f096ffd3ce84c8a 1,148 1.00/1.00 vMB 43
586,224 586,224 000000000000000000177e5cc10579c1bead40a44f393886fb4e34335b9c738d 2,449 1.00/1.00 vMB 51
586,223 586,223 000000000000000000048a7f5dc63c07faeab666986dceee19bc7fb07650bf9a 1,640 1.00/1.00 vMB 57
586,222 586,222 00000000000000000000adecf2665b93b2a3f907f3fdf61a87c677091eef48ab 1,943 1.00/1.00 vMB 59
586,221 586,221 0000000000000000000b6e824f6c0cdce6b63de9ef794d89a80c4ab5f9ed1643 2,611 1.00/1.00 vMB 60
586,220 586,220 00000000000000000006005828fab69c09e92869413adc38503d593d3c487ebb 1,512 1.00/1.00 vMB 57
586,219 586,219 00000000000000000005a3ef19d71a17d5d31e799b96c64f3544499c805739fd 2,599 1.00/1.00 vMB 67
586,218 586,218 00000000000000000003b5860d260aaa24380118cb1bebff2614a28f6ffb9624 1,702 1.00/1.00 vMB 62
586,217 586,217 0000000000000000001aa1fe58a7ae1d4df3fcc85d13ba025b8ab6b5fcc5a16b 1,487 1.00/1.00 vMB 64
586,216 586,216 00000000000000000013723f3f970bd9f3d687e78515a7220944a7b56a9392ef 2,501 1.00/1.00 vMB 87
586,215 586,215 0000000000000000001075716d320726f9e34f70062d403ada5afeaa9739abc3 1,957 0.81/1.00 vMB 35
586,214 586,214 0000000000000000000ba300431bc882ee25f215d6b86ec2af8c048359e01eb1 408 0.21/1.00 vMB 41
586,213 586,213 00000000000000000015bbdd2a8afb055dbbf7ef221db164ed7effbec8f070dc 1,595 0.64/1.00 vMB 15
586,212 586,212 00000000000000000014345610ce7d2b892bdaf4c6007f97943fb149d45a14ce 2,322 1.00/1.00 vMB 30
586,211 586,211 0000000000000000001eef702416635412275512c2541d37130a576a150e9059 2,390 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.