Loading Tool

Explorer IconExplorer

Memory Pool

14,405 transactions
5.82 vMB
0.02197873 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.80/200 MB

Candidate Block

Mining Attempt 2d5f8b6ef6d30f7b7b1e8a05c7ab163757cd93fa09f407e3aa6e554e8c5ed37e
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root cd503d8cc429c87aecdbaa2013cc5b54df6f8d4a46a85e7a76925d840e2a4eb6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,449
Size: 1.00 vMB
Total Fees: 0.01208018 BTC
Median Feerate: 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (725,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,258 188,258 00000000000002ca2bb7cca7d6dbf61f03034bcf50a5c9ecd8ea354164360f17 423 0.17 vMB 134
188,257 188,257 00000000000007eff9c014a54006721c66d8c621575bcbd105e49e305beefe3b 5 0.00 vMB 160
188,256 188,256 00000000000000316cb163686353ea4b9b2c4b4f82a8633a360df92907be743d 67 0.03 vMB 221
188,255 188,255 00000000000008958340ca08dc49f004aaaaa0137795aad844571d14e4a56759 150 0.05 vMB 145
188,254 188,254 000000000000004cdeccb5add87b62d48460490d159ac65b2a61f0095fe83583 114 0.04 vMB 26
188,253 188,253 00000000000000145de10cbd216c0f21b705ec0e3c4add5fdf7d3bad23f99f23 70 0.03 vMB 185
188,252 188,252 000000000000009550bcde8b80ec99c6b21bead6b97fa3e3233d6bdb1304c56d 159 0.09 vMB 103
188,251 188,251 00000000000003502fdf694bea6afa844b300021488fa6eb2d6457c9569ac02a 16 0.01 vMB 82
188,250 188,250 00000000000007790f2a693a3c0cfc3079ff963e31d856126519bb85cfc278c3 303 0.15 vMB 136
188,249 188,249 000000000000014b8ae3173394b89fb1b8658d975ee0d86e1e625c042217c434 114 0.04 vMB 136
188,248 188,248 0000000000000600a436aca2d0fa514bba094a9665192a937b9044d551b4f467 10 0.00 vMB 77
188,247 188,247 000000000000009d697a9b5ae4b0efd2d88dcb69788d591f561cb250b394958b 377 0.15 vMB 156
188,246 188,246 00000000000005e93e88ad2ece8990c65a47357816133653f87b22965c045b0a 21 0.01 vMB 38
188,245 188,245 00000000000002fc8215a3aad32610c6c7045378125fd070294c67099f3032d3 181 0.06 vMB 51
188,244 188,244 000000000000012b7aed98764d471e797f68d5f99fcb78e1f5e0a0b66904a222 168 0.09 vMB 115
188,243 188,243 00000000000003fe1affb82cfbc554a33534404088cb6cd2296608950b527f63 8 0.00 vMB 0
188,242 188,242 000000000000055e0b0ba7e58996237119aa7900192a3cb2e407b836c77ddeef 64 0.03 vMB 60
188,241 188,241 00000000000007c7a6950dd5c03047155ffb4959d957f9c486871131979bb7ac 225 0.12 vMB 126
188,240 188,240 000000000000004ad848fc8fafcda429927ca275e5c7614b141c8fd7ea251645 36 0.02 vMB 80
188,239 188,239 0000000000000033b6cc4379f517f7c3f596bd03db5ee238920d033844814eac 107 0.06 vMB 91
188,238 188,238 00000000000001b90ce0369d070eb131d721e1eb2bd36a066c5c4c8520a19abd 84 0.06 vMB 88
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.63 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.