Loading Tool

Explorer IconExplorer

Memory Pool

15,707 transactions
7.68 vMB
0.02570382 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.23/200 MB

Candidate Block

Mining Attempt 7740fa07ef155144ff29bb5d496d0f1e896689b0b8775d19f8ed68d1f31ee08e
Version 20000000
Previous Block 00000000000000000000a45db616fc5e02bd7b3acac1b70a222f1658457231ae
Merkle Root 798433e9817d1270df74eebeb4006841d2d3a8c2c76546f343270b77941399e2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 1.00 vMB
Total Fees: 0.00989125 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,412 (689,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,815 223,815 00000000000003be92df8b463ce31888d6a2d0b3f84a72efc1f1d5dc4883220f 353 0.25 vMB 131
223,814 223,814 00000000000002a89946eaf7770018f44b8ff3fb918790ffc79b209fdf2a686c 315 0.25 vMB 101
223,813 223,813 00000000000002f85110374f52188d74387c759de6de719c99952515cb029109 495 0.25 vMB 209
223,812 223,812 00000000000003cc49ed6c0647c3973384020cff0d2dee332776682c0933aeb2 4 0.00 vMB 90
223,811 223,811 0000000000000129088286d81321b0916a798ea70ca827adbcc79c85c40ceba2 605 0.25 vMB 214
223,810 223,810 00000000000000567c2b0b4ab1a8d89fa63f143dc56a73aae53570a218efc47e 497 0.25 vMB 146
223,809 223,809 00000000000001840bea5d297d2bcc047b1bbd5756ab6828d25715978311cd5b 840 0.25 vMB 401
223,808 223,808 000000000000014a1bce91a40fa7f25e5901b2db48985ff2030a75aea14d185a 114 0.05 vMB 76
223,807 223,807 0000000000000112d04d15db786997816bbc96378db99a75b083d3d1d795c675 569 0.25 vMB 232
223,806 223,806 00000000000000c815e520dd80895ce4832d845c316a3da1df2bb8f7473c89c4 685 0.25 vMB 266
223,805 223,805 00000000000002ae7defa68d05401fbdc54f46a046e1212097595ed3ddb4c4a6 12 0.00 vMB 183
223,804 223,804 00000000000002481a5062879fa13262ef948599e64ee1f81b41557327e60a16 680 0.25 vMB 259
223,803 223,803 000000000000022fb93035ed74934e63886b8681e73aa03bebe8fc44ee1f7ee5 692 0.25 vMB 264
223,802 223,802 00000000000003863dd6016a195f383d4d4c643552c665d89e0fb17a40274cce 11 0.00 vMB 251
223,801 223,801 00000000000001058445acb6d282f56d30d1b2d2dd2a3af26f7e5175c3ef1097 285 0.25 vMB 69
223,800 223,800 00000000000000d4741c636efca544ceaa050f8c954f41705c06f80907578a1b 812 0.25 vMB 269
223,799 223,799 000000000000031f110395b3439e660a8e18dabd2b3bbd6ee49f96ed8de43537 595 0.35 vMB 100
223,798 223,798 000000000000010895b2b1a7d42ea0002ffef6f699b28a293d786360856719db 796 0.25 vMB 244
223,797 223,797 000000000000003edda49d2545369c72857d80f4a188e51f4000f000cca80e49 509 0.23 vMB 178
223,796 223,796 00000000000000d62de68a0abae35f269e2e94bd538a6baf595a6f9014f33323 447 0.25 vMB 139
223,795 223,795 00000000000001a574c2ccf67b27396c733ad126eb13544ea7fa0e101e4221f7 763 0.25 vMB 272
Previous 10 blocks ↓
Total Size: 779.58 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: 285.07 GB
    • Received: 1.14 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.