Loading Tool

Explorer IconExplorer

Memory Pool

41,611 transactions
18.16 vMB
0.17530962 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.24/200 MB

Candidate Block

Mining Attempt bc98fa9892edce578be64bfc72d3c8dfca787b93bbcafe2728aa0c33ed1c345d
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 9c65a4a6bcdab3a07d6e00eaa1e9c5748ace7d3a1c0ef22ef5dc23f47e31d2ef
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,761
Size: 1.00 vMB
Total Fees: 0.05725421 BTC
Median Feerate: 4.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (688,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,771 224,771 000000000000032d94150ee6b50b8d4ae75d80829034fee12fb93d4d8ec0f439 482 0.23 vMB 162
224,770 224,770 0000000000000242f426476c86ae277ab6db535c5da7e76cbbfc5cb948b6dc33 583 0.25 vMB 202
224,769 224,769 00000000000003bbfd2360cb1402e2f40377d4ce0d89906d2dd5a73bbf1c60ed 433 0.19 vMB 154
224,768 224,768 00000000000000f846e121741588f54af78f6cd569d62370e18dbca31b84108e 630 0.30 vMB 217
224,767 224,767 000000000000031e2e7bca53c29455ec840973bcf5c71cfe5c41463fef6f8105 143 0.17 vMB 75
224,766 224,766 0000000000000103673aad34c8073127549c27ccb9e98460d1598c5bdefaa37e 1,259 0.50 vMB 236
224,765 224,765 000000000000031e14fea079ecb1e111be1ef584b0437fc16d93fc554d54dab6 473 0.20 vMB 226
224,764 224,764 00000000000002cc7e8270979bb2f654e434b741f8ee5a14df7e8672383918d1 440 0.21 vMB 195
224,763 224,763 00000000000001df460ed7c88974cc734e3d0b753dcc0af1349e7a3e50ae595f 131 0.07 vMB 163
224,762 224,762 00000000000000b7c30b479502e5c72820330c6e56971c02e8104bdacf8333e2 228 0.11 vMB 155
224,761 224,761 00000000000002170c348533042251a6b61cc650a351b997e724458365adf485 764 0.44 vMB 151
224,760 224,760 00000000000001fd20ad9c392651687a8b59d15d0836ae6c39eb8f4825f44ba6 642 0.25 vMB 288
224,759 224,759 00000000000001ce685949df878b5836766f5ce9090ade1c120bb17b13de0fd5 381 0.14 vMB 162
224,758 224,758 00000000000001a2a5498b8bee3130f75e32150f0522c8ef72e2c56865ed9712 1,024 0.44 vMB 122
224,757 224,757 00000000000000372e968de37da4e9b22b218f565a731b02b3a30924141cfce8 104 0.05 vMB 64
224,756 224,756 00000000000000e1081eceee54226c68f724b3ee9fa68f06c0fdeecc5c8d8490 619 0.25 vMB 296
224,755 224,755 0000000000000289fd90e06d5f0f7d61be48af4312e85d9895076015d53a9857 655 0.25 vMB 322
224,754 224,754 0000000000000306baee7e675bbab2063828f14257a02099ee581f8aaa29dcc1 171 0.08 vMB 175
224,753 224,753 00000000000001ff0bee069ea9d6a734e92e0dbb81bc7cdbbc5215ad3e459236 529 0.26 vMB 172
224,752 224,752 0000000000000018b46b56bd3ab652826dc24830c53982d82f5463557c2bc992 104 0.05 vMB 62
224,751 224,751 00000000000001123cd998894a9c30ac379857947255ba4440f9892e760dd287 112 0.07 vMB 106
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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