Loading Tool

Explorer IconExplorer

Memory Pool

4,237 transactions
2.63 vMB
0.00590849 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 13.73/200 MB

Candidate Block

Mining Attempt 62b1194a7fdee1b4878de089ddaf16f0f53275272f89b55c36e4c2bd7e5b81d9
Version 20000000
Previous Block 00000000000000000001b909e86339908e0ab363998559f237af05acef681dbe
Merkle Root 9703deaac06de33caad26d1d47f820780ee12d3a0b7b12bf94a1cd6c31660a54
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.00421200 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,494 (692,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,983 220,983 000000000000012890f87897120be5f964ef37e5733d01572adf93016affa7d0 133 0.06 vMB 255
220,982 220,982 000000000000038ebe3179808eb0171da0fa68995be3df0098adea540a310cdc 229 0.11 vMB 249
220,981 220,981 00000000000002f015c504bd986ec5dfbfa81d4858b7759783f54894f47d9863 455 0.19 vMB 255
220,980 220,980 00000000000002f13b45d1504e9c592f384f6b6ffb55cf1c67ccbff3c1250ce8 11 0.00 vMB 1,699
220,979 220,979 00000000000001f77d2b9881a1bda246d24a5de4c3b965bba29cc5efefdedf6a 63 0.24 vMB 59
220,978 220,978 00000000000004acece486fcde6d089c652587c9c69517f5e55f2c56014be013 232 0.24 vMB 87
220,977 220,977 000000000000034fb4ce225ef62c941a3199e8df664f9d8c4e8465589894f9e1 621 0.25 vMB 257
220,976 220,976 00000000000000ea29678a877ac0624aeeaf4033f361f487b58629587248eab9 413 0.25 vMB 168
220,975 220,975 00000000000002734cb2236c881c37cd79c584ddd82d25bbb552c7bb7ed6c9c3 769 0.25 vMB 244
220,974 220,974 0000000000000163db5d90eb485f194f5662a0d4deecef0222605294ca5850ea 128 0.05 vMB 185
220,973 220,973 00000000000004ae5f4948d5c495d3f587f27d2e332c286b2f56c5606165eba3 142 0.05 vMB 621
220,972 220,972 0000000000000052bf70ded21dead6f33e27044a5065ff248d86043cb3e6c7f1 696 0.25 vMB 276
220,971 220,971 000000000000007e2aa32743e8859be32aadff75f918a201f82150317d9996bc 505 0.27 vMB 148
220,970 220,970 00000000000001bfd1f09d2bab815dc508b43bf30d790b94226c848ae4aeb556 621 0.25 vMB 226
220,969 220,969 00000000000002824a99537ca76f7c444a8d34290d2f15eb75ec2b8698f881a4 11 0.00 vMB 133
220,968 220,968 0000000000000252255cfd0af8e3795e4b777c64300469e637121e98170df0aa 402 0.20 vMB 191
220,967 220,967 00000000000001c9e64b1367236fff8e96d890150b41dc7777f64e82f7ed2766 50 0.05 vMB 60
220,966 220,966 00000000000002e8c52162b5b273a9134f5334d4cf74670ef3d67d1c68b3af84 560 0.24 vMB 171
220,965 220,965 00000000000004d3d6f586abbaff0fc84d9b566179208d58fe02923b374ff99d 534 0.24 vMB 198
220,964 220,964 000000000000001f82fc7eef699b824692b52cf4391b0dc6cd136d351a687a60 685 0.25 vMB 244
220,963 220,963 00000000000004862da0ad3fd6a3cf04c9e04b5cb1b2d6907ab2fb244facb2c3 329 0.29 vMB 39
Previous 10 blocks ↓
Total Size: 779.72 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: 364.53 GB
    • Received: 1.75 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.