Loading Tool

Explorer IconExplorer

Memory Pool

40,326 transactions
19.73 vMB
0.05374456 BTC
Random Selection Loading Transactions
Max Size: 110.31/200 MB

Candidate Block

Mining Attempt f6b517ea4e8f5e52fd7cca766f88be405d7b7e12a821a36abf2e9283c9de03a4
Version 20000000
Previous Block 0000000000000000000151b8ea8a9648d88ef7d561cd589f502571e6e52f6bfc
Merkle Root 8665b9431b6e8c082a2d872cba9e37072d742757a4ad7831ba1d7cc46bd1d9b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01527625 BTC
Feerates: 195.69 > 1.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,078 (694,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,226 219,226 000000000000037ebb2491c96f4ae88711d9099b5e0143d6b05ca20931bdbfa4 334 0.25/1.00 vMB 112
219,225 219,225 000000000000033bc0b1613461710aa899cea5758d7e9b532e6a9bb5289c4e17 808 0.25/1.00 vMB 261
219,224 219,224 000000000000038acb8a2ed5ec346e9787931ef1e9f34717c5e90828605c4d15 658 0.25/1.00 vMB 186
219,223 219,223 00000000000000c815611a04a710fe8582ec338537745768a891b66defe7577c 515 0.26/1.00 vMB 182
219,222 219,222 000000000000033ec5814158b949c1641630005b7078dea8770a9dc4c0856b02 120 0.05/1.00 vMB 148
219,221 219,221 00000000000002a2f5ae04b7f1f5a3407f962896ecb30d5b40ea14a5134a2999 109 0.04/1.00 vMB 148
219,220 219,220 00000000000003afb96c4408fee592f2c5fd0516fcb131e18145de598fb98b48 439 0.17/1.00 vMB 227
219,219 219,219 000000000000002ac0f99a70db2b3468d67a073879c046b601874e8c9a41dc19 573 0.24/1.00 vMB 201
219,218 219,218 000000000000014d821d6e23b8a059c212e6e5acb5239f2e404e11c5b263d666 8 0.00/1.00 vMB 309
219,217 219,217 0000000000000192952cbc6155f957af7739f0b1de655a021b97532a11b48d31 97 0.05/1.00 vMB 166
219,216 219,216 00000000000001da57a5acdea52eb92f0f4d9b507dca8f2c54709a67c99ea887 268 0.11/1.00 vMB 236
219,215 219,215 000000000000015d0a031062b33e82cdd84fc262e6a90a99f2e14ee4d991fec6 251 0.11/1.00 vMB 219
219,214 219,214 00000000000000304176d06d95ae1510b90d744d5c63c1b0f20cc73c9ce24732 226 0.09/1.00 vMB 201
219,213 219,213 0000000000000335e7bbeb84b65b7aa30e6e4a5c0e2432fb92853752e7ca4129 642 0.32/1.00 vMB 202
219,212 219,212 00000000000002cb2d44a84186b623aecab0e456ca8dc5e93ee7d18056304843 213 0.16/1.00 vMB 40
219,211 219,211 00000000000004069bb6ac885501fc032207806b131c3e5003ae82aa28bd3911 138 0.06/1.00 vMB 160
219,210 219,210 000000000000033baab4c0a41c0d3a1ae79d2ec2be56f2e702cb1a0c85495ffb 163 0.09/1.00 vMB 100
219,209 219,209 00000000000004705d7b5506901bc8394523c67383d2e3feb2d95dfcf33ff8cb 485 0.19/1.00 vMB 198
219,208 219,208 00000000000000ec6f3a588dbefddb6dd301b9a0a89582bea1de821c52ccb8af 258 0.11/1.00 vMB 143
219,207 219,207 000000000000008d6c715e649db58f24cf03b657b0c01148fdef601d1c5aff45 683 0.26/1.00 vMB 199
219,206 219,206 00000000000003b55e09b36f4ec7bc72d0832fe7dea99731019777f3fc7b7917 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.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: 555.76 GB
    • Received: 6.93 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.