Loading Tool

Explorer IconExplorer

Memory Pool

81,595 transactions
31.87 vMB
0.07965195 BTC
Random Selection Loading Transactions
Max Size: 192.14/200 MB

Candidate Block

Mining Attempt bf3798131d01de4c3ed5eb13631c9deac22d5b4bc5659f1625abd4726fdf8d3f
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root acb694aa95b02e4bd76a08304f2b3d91b588214410a865c59b0a26a0236ab1b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 1.00 vMB
Total Fees: 0.00991700 BTC
Feerates: 20.11 > 0.99 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (455,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,529 459,529 0000000000000000002e1cb3940e8aab95c941b155b020462d25e6cd726ed3c3 3,402 1.00/1.00 vMB 129
459,528 459,528 0000000000000000022b9d2907353df396729353d19e3ea79a89afad1b05e308 2,736 1.00/1.00 vMB 120
459,527 459,527 000000000000000001e98bde3f0de2e2b365f827f5bc5dd4092b272284e68fb9 2,093 1.00/1.00 vMB 136
459,526 459,526 00000000000000000036110290793b136907e959eee4fa64f495414235deabac 2,370 1.00/1.00 vMB 187
459,525 459,525 0000000000000000016555fcc3af27425952926d1485e0267cdc2f3c29fb2986 1,943 1.00/1.00 vMB 147
459,524 459,524 000000000000000001f775fbdf5d353a6cabc05275b79041db5e85cda6c64073 2,857 1.00/1.00 vMB 162
459,523 459,523 0000000000000000018023d21d56647fce85a6194dab9d4096f7af8b7aecf2cc 2,449 1.00/1.00 vMB 137
459,522 459,522 000000000000000000c7fbf569da845b7a319dd4e970f6ae201c0d8748cdfeae 1,545 1.00/1.00 vMB 174
459,521 459,521 00000000000000000108fe08f0ef842e41910634eb6ea2ec8e8fbcf3fde1aea1 184 0.10/1.00 vMB 132
459,520 459,520 00000000000000000197336e00f350555009fa113902211b0d3cc82750d28afc 1,642 1.00/1.00 vMB 137
459,519 459,519 000000000000000001c8316a8936a0a48f25b44b36c9152a43644acc99372161 2,041 1.00/1.00 vMB 157
459,518 459,518 000000000000000000f62ee2e1fd17d6c815f2f19efbb7b4e0272517db0f7915 2,331 1.00/1.00 vMB 180
459,517 459,517 000000000000000001588af3655031197f9a2da3fa2c159dc3d966300ee1f33d 2,935 1.00/1.00 vMB 221
459,516 459,516 0000000000000000004afdcb2c5143f81106e8c49db8a3c770ee89d209987c9b 2,789 1.00/1.00 vMB 229
459,515 459,515 00000000000000000040b9123b0e075c46395da59e205e9a918460226fe7a76d 1,876 1.00/1.00 vMB 224
459,514 459,514 000000000000000000311ed8f4db59612748ae6ca2ad6694a9f7d80286212c71 2,444 1.00/1.00 vMB 253
459,513 459,513 00000000000000000044327f8e8116edb3432399aa886dfd151572c7b11aa432 2,445 1.00/1.00 vMB 170
459,512 459,512 000000000000000000b72d0ff343caae04078cacbe41538a93eff0cc04ad3f75 2,110 1.00/1.00 vMB 154
459,511 459,511 000000000000000000eee4f43812f9f2e300bb9b8ae25f8df1bafc73aa421d14 1,758 1.00/1.00 vMB 186
459,510 459,510 000000000000000000bb067336fcd1bb7fb495889974d867b5e6be08be1edb1d 2,247 1.00/1.00 vMB 245
459,509 459,509 0000000000000000005bfc3a639b23f1d1d527fcd1741539a88cb0a52de0e5c6 1,954 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.