Loading Tool

Explorer IconExplorer

Memory Pool

43,508 transactions
28.16 vMB
0.06535542 BTC
Random Selection Loading Transactions
Max Size: 148.54/200 MB

Candidate Block

Mining Attempt 55c08f00472d3c4337e6a4364d1b0479530c19d2e5a6338720ac6d4594d612ca
Version 20000000
Previous Block 00000000000000000001288e6f2c4348989dc292818b19d60659243f4a3661b7
Merkle Root 151d8acd3e95c5d6b9ec094aaf0c3fb4800f146e6f10988a457291116c8025ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,386
Size: 1.00 vMB
Total Fees: 0.01209888 BTC
Feerates: 141.75 > 1.21 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,836 (728,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,759 186,759 00000000000004ce05989e8c082a01fd3b7e2c30b7ccfc20569678d464a5d341 122 0.04/1.00 vMB 144
186,758 186,758 0000000000000220f5f8aa621c6c9790805008572a17aaa73d5073993c010fb7 269 0.10/1.00 vMB 140
186,757 186,757 00000000000008bd07ebbb9c9edcbf0990a1b0e0b71a9fd557d5ba08c6fa2f85 186 0.08/1.00 vMB 137
186,756 186,756 00000000000006a43267be7a6950bb7f3eac90bf46ef370d5195fa1c6f40ba46 13 0.00/1.00 vMB 34
186,755 186,755 000000000000075fcad96b93b742f92ac34be09113dcaca1df497dc6969e8def 147 0.07/1.00 vMB 108
186,754 186,754 00000000000006379c2ef0c4ef3f82a5a72ff8034baf2fb1aec3bfba33d37ba9 64 0.02/1.00 vMB 289
186,753 186,753 00000000000008bca5c99bb48e57ad541038e69e144a23555045a50607676ad0 108 0.03/1.00 vMB 90
186,752 186,752 00000000000002da588da8a8bd04a2dcbe341b441e955ef396295d1b53636183 33 0.02/1.00 vMB 103
186,751 186,751 0000000000000573b136ccd08aa4f9a514ee398bd001acd3a345f45d04c2b51d 39 0.01/1.00 vMB 158
186,750 186,750 00000000000000ee2bdd637528135a4af647ee23e5b630ef0af814fb2fd6a31b 548 0.16/1.00 vMB 163
186,749 186,749 0000000000000629a662cad1bc80e4054e23b345416d76948881d3365c4b2a4f 32 0.01/1.00 vMB 170
186,748 186,748 000000000000075be29ae7dc212e81de8bb7644901b6644adaea634c075f8245 93 0.03/1.00 vMB 32
186,747 186,747 000000000000038e96ce5dde1423289eb1ae2d8ff5c5fd7b2630f70d74400cc0 310 0.12/1.00 vMB 142
186,746 186,746 00000000000006b97143782b5f5c9647118c694f139f96872a46eb9a636294c2 10 0.00/1.00 vMB 14
186,745 186,745 000000000000080b3d29c1d26caa2e6c1d7f47ff42a3697e9802f2f1b261a05a 433 0.14/1.00 vMB 143
186,744 186,744 00000000000001ad9003edb32b07f144002fdf187be0347a0f078f96527981fe 131 0.05/1.00 vMB 122
186,743 186,743 0000000000000776c5ff2c9ba53ee9b8e90ef092009991e74f6a46e800e4f30b 190 0.05/1.00 vMB 44
186,742 186,742 0000000000000628a185329a4add71cfa11e6d7ff672aa87fd19eebc656f2c97 66 0.02/1.00 vMB 114
186,741 186,741 00000000000005b8cc04228ee29f4f04b164635ea5e2f3a0de14a9da012475f2 146 0.08/1.00 vMB 123
186,740 186,740 0000000000000635b9df0db9a2455eabc8341f6c6fe2d0ec7761f8855da4aa49 87 0.03/1.00 vMB 98
186,739 186,739 0000000000000709d988984f94eb233a6e84799c03cad13f66253224c016371e 36 0.02/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.10 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: 651.68 GB
    • Received: 13.63 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.