Loading Tool

Explorer IconExplorer

Memory Pool

38,797 transactions
27.37 vMB
0.06514907 BTC
Random Selection Loading Transactions
Max Size: 139.53/200 MB

Candidate Block

Mining Attempt 66e23f3e9fef23379e182aab8a4478dd07995a830245a0f772a05963447dbcb9
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 4a2b43aeedfb84f9648425eee7a91c04183f77f9ca9601e21becf41a82c54302
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.01327698 BTC
Feerates: 100.56 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (270,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,045 644,045 00000000000000000004741a941c1eb330c01d48ba1d4a82b372d8bf2685d15d 1,527 1.00/1.00 vMB 10
644,044 644,044 00000000000000000002bf7ec1a08ce08118f284f2d2028e6d7dc3939ac2ecc6 1,923 1.00/1.00 vMB 19
644,043 644,043 000000000000000000065376e84dc9481ab6ee2a754dcae20041bf321e84a0cb 2,814 1.00/1.00 vMB 11
644,042 644,042 00000000000000000006dbe626106fddfe4254ccbbe93c4f97ca7561350feeb7 2,824 1.00/1.00 vMB 25
644,041 644,041 0000000000000000000729cfaa4d5acbef410e0e7dcaba88e609f2ab7f0d498f 2,483 1.00/1.00 vMB 68
644,040 644,040 00000000000000000007fa2f20b2d406c8b5cf79a6223680334b24ccf642e992 2,814 1.00/1.00 vMB 34
644,039 644,039 0000000000000000000f13be74e26a791e3982a446babb38ff492681aade4746 3,067 1.00/1.00 vMB 41
644,038 644,038 0000000000000000000cac6e695bc7167ee4255de3d4e6e3177dfe4c6914ab87 2,660 1.00/1.00 vMB 46
644,037 644,037 0000000000000000000e11fe1c0a40ac20ef9b117ad46ec8bc6d1037402f3a46 2,653 1.00/1.00 vMB 63
644,036 644,036 00000000000000000008219f3c8a6782732f26b3cffa65e549c3bec28cc1fa62 2,277 1.00/1.00 vMB 93
644,035 644,035 0000000000000000000b702a2e069094a6d00f33db42e0808ed3530622201888 2,360 1.00/1.00 vMB 56
644,034 644,034 0000000000000000000ca5ca86ccfc26bd031bcd28f0201c7f141a204657e97e 2,619 1.00/1.00 vMB 69
644,033 644,033 0000000000000000000e6f0c6c627c949bab6293779be503f227e0bb2dab25f2 1,838 1.00/1.00 vMB 70
644,032 644,032 00000000000000000007e9e9de2684442f9d278353ddf5a7ce5722b5c082f57c 2,668 1.00/1.00 vMB 96
644,031 644,031 0000000000000000000ba97164fcecba4f4abce711f93e41ed5bfaea6d7a460f 149 0.05/1.00 vMB 51
644,030 644,030 0000000000000000000e35e4fd18392031bb136e292f1d5dd09bdff02e715f65 606 0.24/1.00 vMB 39
644,029 644,029 00000000000000000008126d9e19412a766e0ea9346a9e0bce6a9462508c5df3 1,182 0.45/1.00 vMB 40
644,028 644,028 000000000000000000074893de39e26f5777c0a00a2877276692118028230c49 1,980 0.70/1.00 vMB 20
644,027 644,027 0000000000000000000b23f1a011325bbc683c4c1ca1caf1a03b4418df52a750 2,515 1.00/1.00 vMB 8
644,026 644,026 000000000000000000056b5d984322f9c59a65de5e8b82c9bcb5d13b030419e1 2,919 1.00/1.00 vMB 78
644,025 644,025 0000000000000000000bb3db56b6503080e37c32e4582166a335b376a480d7d9 2,313 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.75 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: 630.90 GB
    • Received: 12.05 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.