Loading Tool

Explorer IconExplorer

Memory Pool

42,631 transactions
18.60 vMB
0.19739265 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 102.62/200 MB

Candidate Block

Mining Attempt fd9d6cd37483ad84da1e63113bede98deb12cd3ce598029d1ddb7a6d856137fa
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 6a002e9d213cfb407b0e7f77aaae9f776210df06af3ddf8a0e3653c49bf329c5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.06469125 BTC
Median Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (728,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,125 185,125 000000000000049b093b196eab2b1101f1b4a07b559a48e440a6eaf38376de23 14 0.00 vMB 15
185,124 185,124 00000000000009f0fe7816f8ef93ce6d52c61482bef596515b5cd19fc6cd4cf4 360 0.17 vMB 114
185,123 185,123 000000000000050a222e92da9d471947b2ed8d1fe00faeb857ae782f1f7e9a55 12 0.00 vMB 107
185,122 185,122 0000000000000470fe0b5653a67e19122339f1b71eec29158c85f4b4c0d63687 275 0.09 vMB 147
185,121 185,121 000000000000065c6a8e02c3f1b348dfd798d1983c5ee95d7ac859796eae8127 512 0.21 vMB 122
185,120 185,120 00000000000005c7e7735c59859f2b0c55b9fec63fd315ecd6bdbf663f0faeaa 135 0.05 vMB 181
185,119 185,119 000000000000007354fa2ffa5704e38ce0bf8cbee8019dbfc8a19980ed101082 10 0.00 vMB 15
185,118 185,118 000000000000067806ae6c5125d261c3a8ab523cf1bd53464f3dc2902493726c 7 0.00 vMB 0
185,117 185,117 00000000000006631be8c020d44a9f9e531bc187b01d891f7a226446758ed249 145 0.05 vMB 126
185,116 185,116 00000000000007ae0b31cde9a0785411f85db391844b25c0a6b264c45677f857 148 0.05 vMB 153
185,115 185,115 00000000000003be6aca393d0651b2554da588325d51fb95974f044750e7b52e 270 0.13 vMB 112
185,114 185,114 00000000000007671b4dff50517f5042ea7397bad6b7adfbfdb3cb35138f7ad4 401 0.17 vMB 162
185,113 185,113 00000000000001b7567e1fd852a10ed36eeeffefeec2bade7b43644a16f23ea3 12 0.00 vMB 107
185,112 185,112 000000000000072601b430a10fc0ec5ee32637e8c9d3c39fab0062a604accf49 128 0.06 vMB 97
185,111 185,111 000000000000050a01ab357db381b2e86d5acc366158c32cc34faa322c70254a 382 0.17 vMB 104
185,110 185,110 000000000000017d2260cfe5118eb3466b3596c24b0c15ec43ab3bd244dc18f3 256 0.09 vMB 161
185,109 185,109 00000000000001bf0c92de2565dbcea10c7ed8c8e458eb275c2b62227be9fd20 965 0.42 vMB 154
185,108 185,108 00000000000009eac698cca201749e446000d754705bf53135bdc7fc3b0e7ebf 12 0.00 vMB 0
185,107 185,107 000000000000081fd0a4532b519e8669edba08dd0e1cd58e9b259bacbc16815c 74 0.04 vMB 96
185,106 185,106 0000000000000616d9f881ee5089351ada1f4b80e250ebe341c9592faa627db9 96 0.03 vMB 88
185,105 185,105 000000000000096627486448e2bde1137d03971efa4bcc3ec77dfaa22fa4f071 696 0.25 vMB 188
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 115.84 GB
    • Received: 0.48 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.