Loading Tool

Explorer IconExplorer

Memory Pool

78,333 transactions
29.07 vMB
0.11485543 BTC
Random Selection Loading Transactions
Max Size: 175.33/200 MB

Candidate Block

Mining Attempt d3e9b858bda410815e0dc330713d6763d86fffd3a69eb0657271489488bb53b4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 37ab8451edd4a71156cd21dd2dbb882737e9225d0c5d7c5670ca8b5b2cdeb7e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,085
Size: 1.00 vMB
Total Fees: 0.04073997 BTC
Feerates: 150.80 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (264,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,822 650,822 00000000000000000009e8d819a289562186bafb178413e4627e2f9302a08957 1,993 1.00/1.00 vMB 106
650,821 650,821 00000000000000000004c4365560e31184da27bdc8963d8c31ecdb2956037cb0 3,330 1.00/1.00 vMB 123
650,820 650,820 00000000000000000000d9ad399e783470aeaf073a6aa990e2a28816412409c5 2,278 1.00/1.00 vMB 107
650,819 650,819 000000000000000000090ab0a0bed2a871df688c8dccf8461f3e6e6531229c13 2,396 1.00/1.00 vMB 153
650,818 650,818 00000000000000000005abc0a18d6ce3cc21b615abb26998baa37c5f3a43b14f 2,476 1.00/1.00 vMB 114
650,817 650,817 0000000000000000000838dfbbb244f88e8c79885e70398f8fedfc4afcd7bbf8 2,913 1.00/1.00 vMB 98
650,816 650,816 00000000000000000004f00a0862fe45e53b0117b577dd9a51f87fe5c17db2a8 2,439 1.00/1.00 vMB 93
650,815 650,815 000000000000000000080a34b9b710c2e0506f9457a490298822f4917f88a75b 1,598 1.00/1.00 vMB 104
650,814 650,814 00000000000000000007b645c4cb92f79c0542f516bd6fda72f1ce18233fc0dc 2,390 1.00/1.00 vMB 99
650,813 650,813 0000000000000000000d400beb3452d8f2f32c75d76e5de308e6dff2dcb5032e 2,819 1.00/1.00 vMB 89
650,812 650,812 00000000000000000004cdd63830cab80fad8476c451088b4b7a3f73b1cbf504 2,709 1.00/1.00 vMB 108
650,811 650,811 000000000000000000011736d0b367a566391f8c028c497caa8d84dcaf0e165f 3,104 1.00/1.00 vMB 110
650,810 650,810 000000000000000000039b0ca52aa254309806506dc466fa4f4f85f2c257499a 2,118 1.00/1.00 vMB 89
650,809 650,809 00000000000000000009caca12a6120e5c944037d4afd9b6633a7ddda9e04a4f 2,751 1.00/1.00 vMB 110
650,808 650,808 00000000000000000002cef9890fd1c5ec4a46cf2f974e711850a23950ca7374 3,120 1.00/1.00 vMB 99
650,807 650,807 0000000000000000000af727228c655e37ced4594fed2ad53ac7a51a6d46b82f 1,947 1.00/1.00 vMB 96
650,806 650,806 0000000000000000000cd8a5918fdfe11c88202845bb80423367046deb4ff9fc 3,076 1.00/1.00 vMB 116
650,805 650,805 00000000000000000001c04de431267f90a8bed78df85b10e4acb0b89436e397 2,733 1.00/1.00 vMB 92
650,804 650,804 0000000000000000000b30c8cad60e8f0a121346407d912fc79d48da75604ea3 2,767 1.00/1.00 vMB 92
650,803 650,803 0000000000000000000b616cd3728e11efed5504761ca0974ed32ac1a778b424 2,963 1.00/1.00 vMB 117
650,802 650,802 0000000000000000000668e09a9684377bc777601611a6e20cea658670a54ba5 2,783 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.85 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.76 GB
    • Received: 17.21 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.