Loading Tool

Explorer IconExplorer

Memory Pool

80,206 transactions
34.61 vMB
0.17395786 BTC
Random Selection Loading Transactions
Max Size: 193.78/200 MB

Candidate Block

Mining Attempt 1a318cf1bdb9271f60fb3fc9c71699efe50ed6fdbb9e25094e20d17d773ded39
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 805d786f77b6930d39eef35d907a42bd87ac4a1a430d89229182eda7f569ce4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,060
Size: 1.00 vMB
Total Fees: 0.04564123 BTC
Feerates: 150.93 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (645,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
269,570 269,570 0000000000000007dd58000afff74f4e79093229d9419e1743e27bf170c87a23 157 0.15/1.00 vMB 39
269,569 269,569 00000000000000049b92b94aba29f32232f74077fd5dc242ac5fd7b4f9cb1c3a 244 0.10/1.00 vMB 35
269,568 269,568 0000000000000003926116c6ee235b6f873dfeb159b810460f49ee2d4efd190d 365 0.26/1.00 vMB 30
269,567 269,567 0000000000000000e9757e2cfb8c69b9f559a9f3ffb1b84a105e00d3c0f52236 723 0.25/1.00 vMB 103
269,566 269,566 0000000000000006d27830db066562d07507e6d993593456af9a1e2374ef6302 229 0.11/1.00 vMB 68
269,565 269,565 0000000000000006556bf11960d056800c0b41efb9f91b2c5ef8ae0ecf0d4c8b 19 0.01/1.00 vMB 52
269,564 269,564 00000000000000079acaa8def6237fe675d7fbea210c80f29a69c7941e4022d1 158 0.06/1.00 vMB 68
269,563 269,563 00000000000000016f5a97157c00bf746d6fccc9210fe3b9388d25f63e6cef5e 313 0.14/1.00 vMB 65
269,562 269,562 0000000000000004ea502ec29ee39055bad0f6e4bb5ed0d9c63c6dab8e053437 402 0.19/1.00 vMB 86
269,561 269,561 00000000000000009b3223a11f1ee24431fa910c0af6a4871fcfbcb14a7d6ce1 214 0.09/1.00 vMB 89
269,560 269,560 0000000000000005877c6d9f41d4d44b02de568d6ab78a93c54b3197f8efdeb7 100 0.04/1.00 vMB 84
269,559 269,559 00000000000000012d996259ca390b5e17966f4fd25ff6c4243064df5929c85f 1 0.00/1.00 vMB 0
269,558 269,558 0000000000000004171be16ce534dc07eb72a4ed974b91a95eb788c1f9c62cc7 121 0.05/1.00 vMB 68
269,557 269,557 0000000000000007a4e4e789051510b756147a9247e7882a08043027767d6a85 76 0.05/1.00 vMB 9
269,556 269,556 0000000000000005ff8d61fe0c55ba06eb429a5f3f0dc6e45756e8eb24e617d2 216 0.08/1.00 vMB 66
269,555 269,555 0000000000000002c5bc82363a96f4ac470d94c7a81f008f0d849a5d79c279b2 32 0.02/1.00 vMB 54
269,554 269,554 0000000000000006f2e58f9cd9c103a2ac43b29b1ff85e3701e7d012666c80b7 481 0.19/1.00 vMB 119
269,553 269,553 00000000000000056a2010d05cfa550318319c983a61cef6151000aec2816aee 82 0.06/1.00 vMB 21
269,552 269,552 00000000000000038dd95e9da0833649431149afc1e4988ab9dcff4bfa43e823 229 0.15/1.00 vMB 39
269,551 269,551 0000000000000003cd3b10ce4e0c523a7dcb1377e8b916d447513a685f031011 31 0.03/1.00 vMB 10
269,550 269,550 0000000000000006d2bb76a2e609191c61224a68e5e8af7412ebcdd9364d28d0 297 0.12/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 783.11 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: 734.15 GB
    • Received: 18.55 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.