Loading Tool

Explorer IconExplorer

Memory Pool

13,744 transactions
5.66 vMB
0.01758836 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.82/200 MB

Candidate Block

Mining Attempt 1e5ba8cfad50b85754f06ab12dbea6a5072f550bf5b0367e81814243bbb62cac
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root 27e94569590df68567f6a5f687f39aeb25f2fd4d36882f1d1cfadb27d7c67c65
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,180
Size: 1.00 vMB
Total Fees: 0.00815051 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (724,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,234 189,234 00000000000000aa6d2b90e0bcbe2bee9bc22baff8cc05953f6cf45f7576c9f5 435 0.18 vMB 130
189,233 189,233 00000000000006d4ef48be7da34e7e7e3ccfaf0104fe448fe5cc79f223632f70 128 0.04 vMB 85
189,232 189,232 000000000000096939fb5ae54d2c9cf5bab5ee5b0a23fef77e9eaae2cb17fe1c 287 0.25 vMB 122
189,231 189,231 00000000000006ba3632e76abc05d40838832c9842e283597fcc78e5038f9c71 566 0.25 vMB 83
189,230 189,230 000000000000081c101d9bc37d710a80edecc24a6e239a64ee34cbbf20ec2d01 107 0.06 vMB 615
189,229 189,229 00000000000003c77f169696d147a3c8752a010054a5d0c4a57e15c46e7c60ff 3 0.00 vMB 15,451
189,228 189,228 0000000000000392a4c51d1a965c2385d8be470d784fa5e6d001a06494c213b0 51 0.03 vMB 82
189,227 189,227 000000000000085d1957d25d9f906190b98a06c0ac9f4fa5587c916f1b751b9f 128 0.08 vMB 503
189,226 189,226 00000000000007714ab2603c09dd90b039faef62f89984e04e6a4de15b96731a 148 0.05 vMB 270
189,225 189,225 0000000000000355aead08ca30eef79c5c9d03386dccb91ffab3a2042c772a70 219 0.10 vMB 143
189,224 189,224 0000000000000901f35fb36568d8d1ea6d25b4794d9046b77c9b0418473e65ee 128 0.05 vMB 103
189,223 189,223 00000000000004c9ed0161112607377d7702bce9615940e3fdd187ceffd4cff6 34 0.01 vMB 72
189,222 189,222 0000000000000785dcd324a46a3d51fc08029671425a4d02763b2cd44020c3ce 47 0.02 vMB 87
189,221 189,221 00000000000005c3c2ac14e3e2cac5d615377ffffe8fce522184d668cbfb06fd 307 0.12 vMB 121
189,220 189,220 00000000000008e0b72d08909dacc001ae14753340378bce1b0f99e4b7df1fe6 29 0.01 vMB 181
189,219 189,219 000000000000019ebd5818f6f721cdece683fe944a0393ed6af23b98165585cd 374 0.17 vMB 139
189,218 189,218 00000000000006848d1108ddd7745cae80cd8424135f184f43fe2956e16fc51d 108 0.04 vMB 138
189,217 189,217 000000000000009bff5425a97ab1c86bc1d94307831ad9885f904d0cf42f1981 133 0.06 vMB 149
189,216 189,216 000000000000048a373d8d8e3880a8b4b2527dc8fba1c4f35242dd965b31590f 123 0.05 vMB 143
189,215 189,215 0000000000000699440eecf209d21fceb5af7ef9bf03141fd49c96433aefd83f 511 0.21 vMB 151
189,214 189,214 0000000000000292aa1a80cb5df21ca61eefd5e25f619dd03d1fb56703b50ee5 91 0.05 vMB 235
Previous 10 blocks ↓
Total Size: 779.66 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: 310.41 GB
    • Received: 1.47 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.