Loading Tool

Explorer IconExplorer

Memory Pool

43,760 transactions
26.73 vMB
0.06711981 BTC
Random Selection Loading Transactions
Max Size: 140.64/200 MB

Candidate Block

Mining Attempt 53f335c650494e8b58531055a4ab80afbc3b72a6561115a7f6e9c596903aa12a
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 815676ae8168b48e5520c9cc2b990907a8545f6f5dee1c695bb39f2420117887
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,089
Size: 1.00 vMB
Total Fees: 0.01799237 BTC
Feerates: 200.71 > 1.80 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (509,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,451 405,451 0000000000000000004651faa345a3df8753a5000ba47b01b4b11b6e0a80171f 1 0.00/1.00 vMB 0
405,450 405,450 000000000000000000b02fe9a70faa7f8a3ca9a6d9f69aa3c965c8fbd1c0fa21 619 0.53/1.00 vMB 29
405,449 405,449 000000000000000002c00a6f4ba718aa9ad08dd068db8e492305b80d6fe0dfa3 1,242 0.93/1.00 vMB 47
405,448 405,448 000000000000000001fe97f0daae80c875798f67eaffd12624c2eee77add5dd0 936 0.99/1.00 vMB 29
405,447 405,447 000000000000000000677e603cb7091c2b3b498a3b500f3ab40c75ba40c1800d 615 0.99/1.00 vMB 14
405,446 405,446 00000000000000000302e43df809d8d4c3911c2052e996301379d10718c6824b 896 0.72/1.00 vMB 32
405,445 405,445 000000000000000001438100d06fb6713d33aaba39d4dec6d001aff156d5235c 990 1.00/1.00 vMB 26
405,444 405,444 0000000000000000018a174b4fec32a32ac7bc6741568af77b4b7e14e1e95ee0 1,669 1.00/1.00 vMB 46
405,443 405,443 0000000000000000036c02e07cd55e1d17b65b0e3155f1bdf3d5587bfc3b16f9 1,269 1.00/1.00 vMB 34
405,442 405,442 000000000000000004deb3fc3a42f1c7f1e06544e67fc687d08f3409b3da2f6d 1,236 1.00/1.00 vMB 28
405,441 405,441 0000000000000000029e0a0930695349a7074509b89eb9bb121b1af4cbb6352d 1,316 1.00/1.00 vMB 29
405,440 405,440 000000000000000005238a5753c305dcc2929c097ced17e6c9e2d636872408f6 1,429 0.93/1.00 vMB 59
405,439 405,439 00000000000000000516332cd0560a7b86a770e03a90b6dfc33752e17a24a459 1,561 1.00/1.00 vMB 28
405,438 405,438 000000000000000005854be4dcebae2dcafd88ebfd611ab39860422f88df5635 1,604 1.00/1.00 vMB 49
405,437 405,437 000000000000000002f56c399e3fe392ee8413e08b84a353dc69d394f9f41364 1,235 1.00/1.00 vMB 41
405,436 405,436 00000000000000000260310bf877dc3da9589ac9ff7fcddbea12b40adfabd401 1,651 1.00/1.00 vMB 38
405,435 405,435 000000000000000002c651a76209f9a4834c77d2d249d44cb82709bf3e89ec90 1,878 0.99/1.00 vMB 47
405,434 405,434 0000000000000000059ef9647e7b6bf2554f0e97f5364aa5e72fd29111a4b974 1,524 1.00/1.00 vMB 40
405,433 405,433 00000000000000000537607a5be6e6a279d643052704d5ea571bffbaa4967118 2,653 1.00/1.00 vMB 50
405,432 405,432 000000000000000002bf5db64be43511b045428589586e90cd10e80337a99a75 1,031 1.00/1.00 vMB 57
405,431 405,431 000000000000000004addddd0b20bce3d00641de2670893ca716912ee1313772 2,063 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.84 GB
    • Received: 12.78 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.