Loading Tool

Explorer IconExplorer

Memory Pool

82,534 transactions
30.33 vMB
0.14395947 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 9e77423ce20d47f9393baeac03e7da8a602676286b66e9aa4085f500005a356a
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 3513ed770ca5acb2fde7bbe840cd952b2401a30a17599f1f27dc58053efcaadb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.06506617 BTC
Feerates: 137.89 > 6.52 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (425,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,796 489,796 000000000000000000cb6b4a68d692baf40dd8c2839a0feed78e75f127ea952f 1,903 1.00/1.00 vMB 94
489,795 489,795 000000000000000000572eca1d078b284377d742de8b49a90b694dbe7d0f1f24 2,121 1.00/1.00 vMB 120
489,794 489,794 0000000000000000002b3187413073a79ef512e2bc7b5b350c5c3b74a7d810fd 2,073 1.00/1.00 vMB 198
489,793 489,793 0000000000000000008d2292c3333a124178274763ef446bce211e9a1cdbf2d9 2,365 1.00/1.00 vMB 255
489,792 489,792 000000000000000000690f99f7928226f7f09c6e520dbd26a265d8b5d159a545 1,879 0.89/1.00 vMB 146
489,791 489,791 000000000000000000094e752580e2e3ad73be71aa0dea01fe9bb4c220e67149 1,711 0.60/1.00 vMB 255
489,790 489,790 000000000000000000a6bac7ba7291247d5072ef595fc2be8e9780ccd304e010 2,510 0.97/1.00 vMB 246
489,789 489,789 000000000000000000704081b8deb32fd087a2d460cf61b1a10142310d1f2f2f 2,233 0.96/1.00 vMB 38
489,788 489,788 0000000000000000009932d0fa6e49569ce5cbb6ef80d1669553cf4ef35c821d 1,922 1.00/1.00 vMB 184
489,787 489,787 000000000000000000e1e070cc759467fc64e995efe5d42af0d4f07d888b01ec 2,844 0.96/1.00 vMB 65
489,786 489,786 00000000000000000086c291955946d3a96b800c6c69ca8a03c85dc619396b9c 1,989 0.93/1.00 vMB 185
489,785 489,785 0000000000000000008e62aad09677b232abef98dacfbfc3709dc1f6eaddf194 2,000 0.92/1.00 vMB 98
489,784 489,784 0000000000000000008ec1da3fc96393daa4ce52ae956d372aa88cbaa90419fc 804 0.99/1.00 vMB 437
489,783 489,783 0000000000000000002b62533236a05dab3e7d4735cde17415493a99b179d80d 2,253 1.00/1.00 vMB 127
489,782 489,782 000000000000000000aa4ce0b01e1822fe78846f3138f257bb381d01adafa302 1,711 1.00/1.00 vMB 29
489,781 489,781 0000000000000000008e11378bb3ffd590da9e21d4c4a92ffde2fec1e958c9ee 1,305 1.00/1.00 vMB 69
489,780 489,780 0000000000000000002a87695ae04bf7ccc0e7eb4d5f2caa3d07cd35d7cd8692 2,259 1.00/1.00 vMB 91
489,779 489,779 0000000000000000004704fc64e191ede204446df0e0f483912373ff025cda36 2,330 1.00/1.00 vMB 219
489,778 489,778 000000000000000000aeb92180271da5d6eec0d546d217ce1a0a112e0f2f221b 1,862 0.97/1.00 vMB 61
489,777 489,777 00000000000000000063a7dfd6e28d67582fba568c1ff5de95797aa617779f24 1,759 1.00/1.00 vMB 157
489,776 489,776 000000000000000000a8f3bfc7b6bd11d63cbf8d92ff3c275fbabee7cd7c1551 1,710 0.96/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.63 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: 672.31 GB
    • Received: 16.20 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.