Loading Tool

Explorer IconExplorer

Memory Pool

77,835 transactions
29.25 vMB
0.06260257 BTC
Random Selection Loading Transactions
Max Size: 175.76/200 MB

Candidate Block

Mining Attempt 7701279e370f2ffbad5a7b912d7f8ce290a7a306b7a9fda5448e91868d14f505
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3fdf5385b180b513e96a60bd304dbbf3b2e39bcf9dbd286a1da98a7e50f43eb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.00344056 BTC
Feerates: 10.05 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (469,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,612 445,612 0000000000000000004c07ca6209749fd108296b6d75a8910e05b358439dffb5 2,618 1.00/1.00 vMB 86
445,611 445,611 0000000000000000012b52f46e00fe7df0e3a00abd1db40a1c05abb09aa899b0 2,189 1.00/1.00 vMB 66
445,610 445,610 0000000000000000008746696f23f96c4c17bbc61a362e413bd82897beaf7258 2,478 1.00/1.00 vMB 93
445,609 445,609 00000000000000000310786eb7b1e81aa6744f331911d62328c5268f35990a9b 1,324 1.00/1.00 vMB 81
445,608 445,608 0000000000000000006e4cf0f6e10866b5f40495439f7e82bad0be8d085a0bfc 2,517 1.00/1.00 vMB 86
445,607 445,607 0000000000000000004da17ca934af3b9c1a23d3284bae586740b86c87f2f5b7 2,011 1.00/1.00 vMB 75
445,606 445,606 0000000000000000013f73c19d5e1104179dc8fdfe9963ecf440c398971d76b4 2,697 1.00/1.00 vMB 81
445,605 445,605 00000000000000000147acae8edbd954f88d2d7ee6e908ec38abb16f0a054a57 2,404 1.00/1.00 vMB 77
445,604 445,604 00000000000000000184e61838e2b7f08fbb5798a55028c7fb45238ab02909ac 2,533 1.00/1.00 vMB 99
445,603 445,603 0000000000000000030339e15c781c9aa65f22097c2a88f44a54ad39a8868cba 1,584 0.83/1.00 vMB 66
445,602 445,602 000000000000000001bc3e48cd2f99eec444d2d28f6a033b801a640d03b3341c 1,999 0.79/1.00 vMB 77
445,601 445,601 000000000000000002a9ca963750c776fed7d79ee37b5fda60824e856321e3fb 1,028 0.43/1.00 vMB 79
445,600 445,600 00000000000000000249111230c2452dadb44f66afa16846d5ce4bebe9ee4036 996 0.42/1.00 vMB 66
445,599 445,599 0000000000000000009f0ad3a2a28bf4cf7b41984dc4de7bb64aff24371280a5 1,187 0.97/1.00 vMB 41
445,598 445,598 000000000000000001cecb632e1666756cdf3d01737cdf552b7ad71b1af85516 2,497 1.00/1.00 vMB 81
445,597 445,597 0000000000000000035691ac8d4c35d4e6899d1f54faf7fa7c4752eded7fd5ec 1,706 1.00/1.00 vMB 46
445,596 445,596 0000000000000000035d91d45847671d0870796a353ac6eef0f74c73f3a3b7b1 2,067 1.00/1.00 vMB 82
445,595 445,595 0000000000000000030586722203fb81b81adf6214dc2bc778059c59f1354d78 2,320 1.00/1.00 vMB 67
445,594 445,594 00000000000000000131e9a82a5d66ed973e9f600cabdb4ee9d181e1c8ac5784 2,637 1.00/1.00 vMB 99
445,593 445,593 000000000000000002fa0819166831587f771f2f013461d06ed3de37aadc343e 2,352 1.00/1.00 vMB 88
445,592 445,592 000000000000000001ad51f81356d7a5bc653f5d6658bfccf775b4100052f8ad 2,123 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.