Loading Tool

Explorer IconExplorer

Memory Pool

17,425 transactions
20.64 vMB
0.03178378 BTC
Random Selection Loading Transactions
Max Size: 106.15/200 MB

Candidate Block

Mining Attempt 15df8ac7ad2bdb53d7ba35e4269ef52129be125ff73fe58cb6e80ac9eee874ee
Version 20000000
Previous Block 00000000000000000000e57288b90118533d004ba890e55f66dd86c551eb094f
Merkle Root 1197852c9f3c7d0410609cff6ac1d5fbbf86fc5cb291042a6a93d3e4139e86e8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,206
Size: 1.00 vMB
Total Fees: 0.00899679 BTC
Feerates: 804.28 > 0.90 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,095 (239,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,318 701,318 0000000000000000000e626f8f94195338ede15e75214c39c767a465417d7e28 2,881 1.00/1.00 vMB 19
701,317 701,317 00000000000000000001e56bdee1d3f20d6114615fe1bdc82e61209d285e5e68 1,928 0.86/1.00 vMB 1
701,316 701,316 00000000000000000003ef5adcb9af81b0ae7f9e353331b6d4a6d04cbb486326 2,690 1.00/1.00 vMB 8
701,315 701,315 00000000000000000001fc072f961d0864b5b09e87a4722a0725da851c179608 3,029 1.00/1.00 vMB 16
701,314 701,314 00000000000000000001634258dfe888020329156dcb54eb1b84180a41119ef7 880 0.59/1.00 vMB 4
701,313 701,313 0000000000000000000be7245c1e8e7f9eb3dedbb4df2fc649068ed6159dd63e 1,131 1.00/1.00 vMB 8
701,312 701,312 00000000000000000004bbcb84bc819f559c88b79f6cacb91c5281f272ffdb48 2,459 0.77/1.00 vMB 10
701,311 701,311 0000000000000000000f1535fcbfaee1db0a4ae62008fccb16c389b5e263b14c 1,722 0.63/1.00 vMB 12
701,310 701,310 00000000000000000003e6f933b8321b8876b67d3bd1e1cfc7cdd990c8a23829 463 0.13/1.00 vMB 11
701,309 701,309 0000000000000000000cb026b4266199f019cd33bd3457bbcf02b968eb5d01ee 2,011 0.95/1.00 vMB 3
701,308 701,308 0000000000000000000e94aca1f9b1aa59f237e6ec1f694a3b71184f0d9ecaef 2,666 1.00/1.00 vMB 9
701,307 701,307 0000000000000000000446f238f454b02ab92f4fb9992ef2563cb50ad6f087ab 1,851 1.00/1.00 vMB 13
701,306 701,306 0000000000000000000202d924f91ebec2b8d13c081dae14eae1c6ccfdd216cc 2,692 0.99/1.00 vMB 8
701,305 701,305 0000000000000000000aed598c3c0d700de3ce3875ca79ed993a78a9226f483d 932 0.35/1.00 vMB 10
701,304 701,304 0000000000000000000c45d6da2b132ccf41fc8bc5875ddfe94ff098ede53f8f 1,920 0.93/1.00 vMB 5
701,303 701,303 000000000000000000033d65bdf5a55424e673fa18c6b734c8ee80b3e517c30f 1,308 1.00/1.00 vMB 6
701,302 701,302 00000000000000000004f4417e0fa5063235851b4607cdcfff2c1ea9c3fbbda7 2,387 1.00/1.00 vMB 10
701,301 701,301 00000000000000000003adc06b695e18c243bc725ec8d133fd5deeec07b4552d 1,665 0.54/1.00 vMB 10
701,300 701,300 00000000000000000000f145bafbaaea63f78cca298333f8c791161d4d7c32d5 176 0.05/1.00 vMB 15
701,299 701,299 0000000000000000000a573493a88b75217acaa02a12103346f32ac2b5be1889 1,266 0.43/1.00 vMB 10
701,298 701,298 00000000000000000003046f832f8627c310930e3d02207090af54b989f30af8 362 0.13/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 828.73 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: 4,616.29 GB
    • Received: 248.63 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.