Loading Tool

Explorer IconExplorer

Memory Pool

37,216 transactions
27.25 vMB
0.06141268 BTC
Random Selection Loading Transactions
Max Size: 139.10/200 MB

Candidate Block

Mining Attempt 9e42d9a4d412398f8eee80c1c85573fcaa04c62c90b1367f1481f0c2a8f82ad0
Version 20000000
Previous Block 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd
Merkle Root 62153ea149a0c7fc1454b28444da038aaf9ca7e54386457b5905c761a96cca67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,146
Size: 1.00 vMB
Total Fees: 0.01024690 BTC
Feerates: 13.57 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,270 (788,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,539 125,539 0000000000002f9e18114d2a56714e1a1fdb58525857fc0b5460e51da682ac2b 10 0.00/1.00 vMB 18
125,538 125,538 000000000000008fe9458d86b11599180eab9f33181624f3a739d3abc772fe38 25 0.01/1.00 vMB 1,106
125,537 125,537 000000000000343a779d79babb6f30f63323a298340fa3e2f83eba68c81153ea 12 0.00/1.00 vMB 717
125,536 125,536 0000000000004138ca7cd869e8af09e40520d81418e939fab181ae25aae0a74a 1 0.00/1.00 vMB 0
125,535 125,535 0000000000001ee281e278089cc791423110577f38b757805e493e3a72b29084 13 0.00/1.00 vMB 1,305
125,534 125,534 000000000000276b9e2a4d836f4786cff894e8b5b69708bbb62a0982811fbcc9 12 0.02/1.00 vMB 1,035
125,533 125,533 00000000000024e0a629ebe27552828309d1efddcfd9f5bb1170a1c3c68fa51c 8 0.00/1.00 vMB 1,000
125,532 125,532 00000000000043cf0c9ecfdee06ff8c0631505b70a773fb4de1222f5b3a92d4e 12 0.00/1.00 vMB 160
125,531 125,531 0000000000002e08f1a3cb572ac1e44800ce818d8ceac26c8ed6aecac66ac400 14 0.00/1.00 vMB 1,224
125,530 125,530 0000000000002f5673948b4e9dca73c55481cb78f1999e97b807b190d1233cf3 36 0.01/1.00 vMB 667
125,529 125,529 0000000000001bfa675ade5f00b897ab1ad7987d04f9fcf64181a573707cad5a 85 0.02/1.00 vMB 3,541
125,528 125,528 000000000000260589782448fa53a9b03e408f7cf8923b43fa4ed8abd008c80a 24 0.01/1.00 vMB 157
125,527 125,527 0000000000001dce6c8fd53029405036ed761574e7a5a07ba4a50a88956d39ce 39 0.01/1.00 vMB 1,942
125,526 125,526 0000000000000f3f9f7678bc08c14bd8ce2bce64c790e7a9daa75399f8bea5f0 20 0.01/1.00 vMB 1,147
125,525 125,525 000000000000233545ce7f11274f3cd6ac744b7d1d82a4a7f7d6e40466314517 61 0.02/1.00 vMB 1,794
125,524 125,524 0000000000002a0136a7cd96fd8715930775613856eac613c107b284d8f397c4 13 0.00/1.00 vMB 317
125,523 125,523 0000000000002795b07bea742e19563c25a2bbe418661cb78025cbaa1e2237b4 12 0.01/1.00 vMB 1,287
125,522 125,522 0000000000002e90eafea6b8a8b44956301991368104338b5ae436017d75df51 36 0.02/1.00 vMB 85
125,521 125,521 000000000000311c0140bdfa5fe7d39c5aaf0dd62436fcbb789826b34e397282 17 0.01/1.00 vMB 2,307
125,520 125,520 0000000000003d0e18d802ce52bbc74cfb25fa6deed449bbd842fc6cd18def85 2 0.00/1.00 vMB 0
125,519 125,519 0000000000001f1d9a6227ef1a168238d50d663bba70c519615a4ce397a2c4de 45 0.01/1.00 vMB 572
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.33 GB
    • Received: 8.73 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.