Loading Tool

Explorer IconExplorer

Memory Pool

76,044 transactions
29.09 vMB
0.10274488 BTC
Random Selection Loading Transactions
Max Size: 172.04/200 MB

Candidate Block

Mining Attempt 17e0c9b7631c1465615cd4cfd761466a8a9e1704405e814c4f0a75d6d5288100
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 8a8aac28ff09560a7b853729a447fd5c32114c15524a0c546f949b64b716e786
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.04085457 BTC
Feerates: 201.37 > 4.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (260,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,264 654,264 0000000000000000000105826a45110e042bfe4c21dd3774372dd200c7c17a9c 2,951 1.00/1.00 vMB 112
654,263 654,263 00000000000000000001c0426b287acaec206c426cdaf4c703553656d666db92 2,115 1.00/1.00 vMB 89
654,262 654,262 000000000000000000008be07a36a7a4884d20d4d576f7d2674f47432f71f365 1,491 1.00/1.00 vMB 139
654,261 654,261 000000000000000000045f0f166d2a09ecafce154f1c65a683942140d8abb12c 2,240 1.00/1.00 vMB 31
654,260 654,260 0000000000000000000d70275203034ea29f47c2bab113d0d48d0b03506ceae3 2,954 1.00/1.00 vMB 90
654,259 654,259 0000000000000000000060f0f2ca3db65edf4419c34c30fd065077822d387e82 2,395 1.00/1.00 vMB 103
654,258 654,258 0000000000000000000732a636023365c6da7e42cccc5e486146dc15f2e7f19c 3,209 1.00/1.00 vMB 143
654,257 654,257 0000000000000000000309664d770356c53dfb637f0543754f01d0caf293d711 2,995 1.00/1.00 vMB 121
654,256 654,256 0000000000000000000bb3e1c36b33c27e1246adfa962daabe2e5ef00e49f1fb 2,475 1.00/1.00 vMB 98
654,255 654,255 0000000000000000000cc0c97c298460f5859436ada85c242987dac9a4238940 1,993 1.00/1.00 vMB 48
654,254 654,254 0000000000000000000d5ca334c20e2c062d9c433a23a4bf4bf39550a7989f2c 1,968 1.00/1.00 vMB 66
654,253 654,253 00000000000000000009e3ae76d9bccbb2275f0919b7953c468702a6bcf1725a 1,741 1.00/1.00 vMB 32
654,252 654,252 000000000000000000080b4659e6cf0e2c410943515a794bb77e998a1ddeba2a 2,327 1.00/1.00 vMB 23
654,251 654,251 0000000000000000000b22442c35691e03100ad40f657d5656c0d4cf7951d0f4 1,812 1.00/1.00 vMB 30
654,250 654,250 0000000000000000000a1946c9c03a1c057abeef493e9d3d6fcea1177cad9801 2,633 1.00/1.00 vMB 38
654,249 654,249 000000000000000000054103150b5236c7686d892b18668136c05a5e8f6a5ded 2,516 1.00/1.00 vMB 91
654,248 654,248 0000000000000000000c0de74d08cee58deb41e9f1f3241c67c6b1e68214091e 2,092 1.00/1.00 vMB 30
654,247 654,247 000000000000000000080d1041c5e3f3230e9dbff666a40295605c891a2a84b6 1,956 1.00/1.00 vMB 68
654,246 654,246 0000000000000000000d00be2a349d03c29977467f88818987dfa6f17fc3be27 2,083 1.00/1.00 vMB 68
654,245 654,245 0000000000000000000952ae33ca62e7c0716fe2694ab177b5ad01de28273da3 2,262 1.00/1.00 vMB 131
654,244 654,244 00000000000000000002610e709e8bd2a51ca71a0e6f979ce29581ba6f7a80c5 1,730 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.