Loading Tool

Explorer IconExplorer

Memory Pool

38,374 transactions
19.97 vMB
0.07350416 BTC
Random Selection Loading Transactions
Max Size: 109.94/200 MB

Candidate Block

Mining Attempt 52a3f29b9ca0ee91ec87c3b8fe0695a1c5d0cf12f68ea79602903dadf530a77f
Version 20000000
Previous Block 00000000000000000000b7e3c4d404ce21a5981bfb0b74a10e8d1383b77d0e63
Merkle Root eae0a746dcc5efe430a865604975f10a73607adce27fe6eb012cd33a04840e5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,868
Size: 1.00 vMB
Total Fees: 0.03298701 BTC
Feerates: 308.18 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,114 (751,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,206 162,206 0000000000000cdb77c0dc85d9cdbd476ffb8c5e10dc68c28314fa07f302d7cc 21 0.01/1.00 vMB 709
162,205 162,205 000000000000029d7b6fb9440f028fe87637c3f18406d99db3a52e5fd4b42ef2 28 0.01/1.00 vMB 43
162,204 162,204 00000000000008c6909f4f5789ad202f722c2e9f630e4fa5a5d93d322c3a19e7 29 0.01/1.00 vMB 0
162,203 162,203 0000000000000995dabe5e107385ec2d89a0f670c32c7850f10d08f73aa05901 110 0.05/1.00 vMB 251
162,202 162,202 0000000000000865466e337844df661db0383d97cb28656380e65f0d49072b3c 105 0.05/1.00 vMB 132
162,201 162,201 0000000000000a6d004e051b0a6c4b5d66544fb6a786c175bd37ca228d8a9849 40 0.01/1.00 vMB 0
162,200 162,200 0000000000000371e3832d4dac14040a2d11d9760cc5f1dfe62cf4453b31ba86 47 0.02/1.00 vMB 114
162,199 162,199 00000000000002eeda5d33d7e0b73163959d7d3a62d67c3defa283a42f9fd4ce 45 0.03/1.00 vMB 277
162,198 162,198 0000000000000b266695f8dab7c731000c67dc42a59785ebde148ff24353381e 38 0.03/1.00 vMB 80
162,197 162,197 0000000000000a10afe485c0990fc05141caf708ace77d9139b02ba189a69253 1 0.00/1.00 vMB 0
162,196 162,196 00000000000000db1c78630fd4c6bebe71712d4164face1315fcc9fc0bc34558 138 0.05/1.00 vMB 111
162,195 162,195 00000000000006199d36f09dbf6e742b2eb36dcf82e95b8bcc19e9bf9645a420 59 0.02/1.00 vMB 144
162,194 162,194 00000000000000c9c9311b2bc5dcd1fdf6ac004de16573901602e89c0f23cccd 41 0.02/1.00 vMB 179
162,193 162,193 00000000000001400df74af2db424a053995683d3bd2cf00df715e40f7b491b5 58 0.02/1.00 vMB 0
162,192 162,192 0000000000000d617dd13dc213d575d0647e9df9d8c552e30fe64d31c1c10b97 45 0.02/1.00 vMB 122
162,191 162,191 0000000000000217c7cb7d9880449bf2a9d198251bac0dca1c9b5e6485581a27 129 0.05/1.00 vMB 164
162,190 162,190 000000000000054533fe9192bb1f8a7f5e4506ccf8ea6b1cb3e1d69d5e9f7abd 69 0.03/1.00 vMB 161
162,189 162,189 0000000000000414bf65c98b50414375c8bfd17ba86a1393e59c6d7e3f5b9e7e 70 0.04/1.00 vMB 581
162,188 162,188 0000000000000752167500704120f38143ba15102b8b3baf846e9086f8db1e12 93 0.07/1.00 vMB 363
162,187 162,187 0000000000000ade6c3a3d5b5bb6be58317239b3bb24bbc3f834543206bb6656 23 0.01/1.00 vMB 37
162,186 162,186 0000000000000291ae5ad6cf6402d3fa38567cefe02d14f2f75ab43c2e975f38 45 0.02/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 780.80 GB

Node Details:

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