Loading Tool

Explorer IconExplorer

Memory Pool

82,561 transactions
31.15 vMB
0.12025053 BTC
Random Selection Loading Transactions
Max Size: 183.22/200 MB

Candidate Block

Mining Attempt 9a75e6c9b5980757881606d3c803c08393e5995c5e3e01210dc0d03b4db2ca73
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root abf2080f80563950348b4e38a107458bd12cb0ca7255e693dd60827ea593651b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,664
Size: 1.00 vMB
Total Fees: 0.04103995 BTC
Feerates: 150.77 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (751,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,384 163,384 00000000000000f9588e1b43f3aa9074aa5d4d519262cf076253f1244f6b60e7 40 0.02/1.00 vMB 209
163,383 163,383 000000000000055c423e466c8ed363a3dcb2e6d979648f3dbaf5b004a434f187 11 0.01/1.00 vMB 119
163,382 163,382 0000000000000785af8cde1679c58362f7a6bc7060f2eaa53e89e51215bfc184 71 0.04/1.00 vMB 148
163,381 163,381 000000000000052dd4fe3d0fc65be8482ce9fbb2e62ff082b55f32835be1c43a 37 0.03/1.00 vMB 24
163,380 163,380 00000000000006b44a3a97cb15fd756043af41f0233c8aed0ff3054186ef0b70 22 0.01/1.00 vMB 30
163,379 163,379 0000000000000bbcadc4dd90fa792d773cb9bd8f02492a34a2b271f8f5b66b77 72 0.02/1.00 vMB 70
163,378 163,378 0000000000000c5820f2a82e42467dca3028d9f69b5a19041f97ad74db73de4c 73 0.03/1.00 vMB 99
163,377 163,377 0000000000000cbba970e0e530f46050f8e1e9fe14622533837e408336398c84 74 0.02/1.00 vMB 78
163,376 163,376 000000000000090b6f1d24149caa902e90108b636ede9bd6d9cd796b1c6d29ef 18 0.01/1.00 vMB 13
163,375 163,375 00000000000001e902fa7bdcd6a191a81046920bf2c7120248d5cff0910bb648 105 0.04/1.00 vMB 133
163,374 163,374 0000000000000890818bd4e6b0c10de3abeb6e0ea54ba3599e050ca2c4ca424d 46 0.03/1.00 vMB 72
163,373 163,373 00000000000006250c2e4719cd8a2916bcb46909cf37581feebb9e4711f97ace 6 0.00/1.00 vMB 0
163,372 163,372 00000000000005b60bed69be29c0334d549ad9683b732f8577e25686a5fe6d2f 55 0.01/1.00 vMB 6
163,371 163,371 000000000000093f6bbe8831b4e45a41fd1554b1db5e33cfabffa8d2b2e1ba51 46 0.02/1.00 vMB 309
163,370 163,370 00000000000000cdd136dc7c59b178a18c6640e33c9146f3f9e64452c9f5031c 56 0.03/1.00 vMB 139
163,369 163,369 0000000000000c9f9f4028a4c46f7ffe5f16a38121921c0305d8a3194ff9873e 126 0.04/1.00 vMB 1
163,368 163,368 0000000000000048567353a28610ba10375850ca291014e2fda18ef216dc2033 110 0.05/1.00 vMB 169
163,367 163,367 0000000000000633d6d7696008d0687ce4d9e0c450d623d3cdaf156e5903ed45 7 0.00/1.00 vMB 0
163,366 163,366 00000000000005323a0056ce3049b2e2241d34a9d234cb6bc3d588dde2ddf6a5 42 0.02/1.00 vMB 160
163,365 163,365 0000000000000270c0d9847804050b5aeabcf9aee220bca0f6a78c28b6e0b68f 116 0.04/1.00 vMB 102
163,364 163,364 0000000000000acf2c728088d534218cbb9b69c6fe33f73ed360ba7e90622867 78 0.03/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.