Loading Tool

Explorer IconExplorer

Memory Pool

82,974 transactions
31.96 vMB
0.10511398 BTC
Random Selection Loading Transactions
Max Size: 192.06/200 MB

Candidate Block

Mining Attempt 1a6730beecc798d16a43ae6ac52946f6350499237d5a8a0323a5be81971f2c84
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 36220b9f8a9ef6b92c78c4756595c631edd44e15f7c10d6bc360d93f7135a1be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,053
Size: 1.00 vMB
Total Fees: 0.02481728 BTC
Feerates: 353.36 > 2.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (471,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,841 443,841 00000000000000000365aee413dd0b37b7c65732c4eef9011c0a9ffd9202d89b 929 0.99/1.00 vMB 19
443,840 443,840 000000000000000003769bd046219b34aed5247355b732513c99de6c7cff8939 2,798 1.00/1.00 vMB 87
443,839 443,839 0000000000000000024ac8d2b65a8dfa760521c5381f8c5646d42c1dc61a99af 1,196 0.51/1.00 vMB 77
443,838 443,838 000000000000000002b8003bb562ed66bb56fd487691db0280a188a24e651766 2,104 1.00/1.00 vMB 66
443,837 443,837 0000000000000000027a7ff9dd86f97968143055494d94e117bbbd01184bd535 1 0.00/1.00 vMB 0
443,836 443,836 0000000000000000025ea72be25285963daf1b6991e4b6fad84c7fdfa7cdd99d 1,799 0.97/1.00 vMB 61
443,835 443,835 000000000000000001dd0df8b9fdc6c2e3400fa71ee44eab43777df76b856693 1,037 1.00/1.00 vMB 33
443,834 443,834 0000000000000000037fd90b9862d433f66c6f8c6c811d56df488b0793aaefdf 2,827 1.00/1.00 vMB 86
443,833 443,833 0000000000000000013d4bab9f4be40202e1dd5bf115f5cd55f8975422ef7434 2,223 0.98/1.00 vMB 71
443,832 443,832 0000000000000000037871638a3a902e11acce3b0a5f4cc7fce06cbec78d7c56 308 0.15/1.00 vMB 63
443,831 443,831 00000000000000000058f6de704465b12eb49642f6c73fe793a5e8311cbe21fb 1,629 0.81/1.00 vMB 79
443,830 443,830 000000000000000000c987a73eceb76f4dc6d99c4c59f5bd8c20f5758b6974dd 1 0.00/1.00 vMB 0
443,829 443,829 0000000000000000011dd0e1950530788b6a588f9d4f3801ccad1054370ed4cc 1,732 1.00/1.00 vMB 50
443,828 443,828 0000000000000000037de3e0088e1d5ec9771d19c738556b8cdf086932ead8b9 2,661 1.00/1.00 vMB 70
443,827 443,827 00000000000000000157abec57336cc475b0d23df8787d46a33ef8a7536cb7c3 2,753 1.00/1.00 vMB 96
443,826 443,826 0000000000000000030870006cfde0ac41741429e073f571a4ea15b31948351f 662 0.28/1.00 vMB 77
443,825 443,825 00000000000000000385922e98a38e1fca7cb18fa244ae490c1fa6c40d3f518d 2,257 0.88/1.00 vMB 75
443,824 443,824 000000000000000001b19281817d93ae0e0d5d207b3f5f4578848565d5622d13 1,202 1.00/1.00 vMB 37
443,823 443,823 000000000000000001799e7aaa31dcc2335b4ea77f55216e4db86b37da130a1d 1,419 1.00/1.00 vMB 48
443,822 443,822 0000000000000000020d59013e7dd13679de744fdab39e6cb5c335b34a483a81 845 1.00/1.00 vMB 32
443,821 443,821 000000000000000002ade38ae98c6349d49d4007453c40b47ee3868b04e709e9 316 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.79 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: 709.82 GB
    • Received: 16.99 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.