Loading Tool

Explorer IconExplorer

Memory Pool

43,497 transactions
26.99 vMB
0.05716988 BTC
Random Selection Loading Transactions
Max Size: 142.32/200 MB

Candidate Block

Mining Attempt 0a23847601499cc01ba01e704dab5a8cb5e1090fb1f85d7496b989b2a6666de2
Version 20000000
Previous Block 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083
Merkle Root 29f85c372daa1e8d9ef49e6d0008ffd0cd6bdee7156b51c6299c14da8c9fc4c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,130
Size: 1.00 vMB
Total Fees: 0.00675723 BTC
Feerates: 160.56 > 0.68 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,915 (866,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,920 47,920 0000000006acc288de815072f217d9fd8f3e9eb7c70aec3002f0d478a282ee2f 1 0.00/1.00 vMB 0
47,919 47,919 000000000cae578fa8b2bb80d47d73bc282cc4444c0c4f0b7d995b3bcce90b8f 1 0.00/1.00 vMB 0
47,918 47,918 000000000b7d2f183d9e9e7af5b289a5c359e31c445459459efd22acbafeaa08 1 0.00/1.00 vMB 0
47,917 47,917 00000000159edc8629e49da57bb420fdc61592011752cb65128012e5c1054a94 1 0.00/1.00 vMB 0
47,916 47,916 0000000016d1cb65ab4e970845356619510fab72c22de270f6a384c66b6eb28a 1 0.00/1.00 vMB 0
47,915 47,915 000000000967d9e972fff4bc99c6698f564795c09b52402b2776cc73af44f863 2 0.00/1.00 vMB 0
47,914 47,914 0000000015128b0fa38fdc92410ad57441c6ad2ed39dd47fe2cab7680105f16e 1 0.00/1.00 vMB 0
47,913 47,913 0000000015837ad63de1e0ff44810cba330daba3096dfd57aa43bed67005139f 1 0.00/1.00 vMB 0
47,912 47,912 0000000019b2d85427821ef6766e0dff40b7d088e5cb4738b35a72356c55d299 1 0.00/1.00 vMB 0
47,911 47,911 000000000484580c84b9683e45f270b61bd1d3887687a87e56f3f901bd678d44 1 0.00/1.00 vMB 0
47,910 47,910 00000000103b64e1e34fbc6b30589f978276e7fe465129ea7ea20df540e4a03b 1 0.00/1.00 vMB 0
47,909 47,909 000000002aba6a3ad947425f1f03d194dc9e728f841f47d03f5a62de261f52f1 1 0.00/1.00 vMB 0
47,908 47,908 00000000362e02fa1b44d0af34a5238b9838bdb794b2294fcdbdbb050f680ebb 1 0.00/1.00 vMB 0
47,907 47,907 000000001528b670af68d6f680552160d40e9665de149c4dc050000c08176f0f 1 0.00/1.00 vMB 0
47,906 47,906 0000000011fd1ac1e1ffc8fded23efe64e5a4aaad82adf7a11448c5ccfde9fba 1 0.00/1.00 vMB 0
47,905 47,905 00000000350082575c85a779b4cc4cfc7cd666067ce2a29235e22540939e4605 1 0.00/1.00 vMB 0
47,904 47,904 000000000b26779c56e60e4efe2b0ff107d0465198f63d3bc12cf89b01507d89 1 0.00/1.00 vMB 0
47,903 47,903 000000000ef3bf75081d723778db51ac36c615e9890fc779d5fab771abb7bd50 1 0.00/1.00 vMB 0
47,902 47,902 00000000278d8da01d0a2a3fd7094ab3580438adb7f2d0bbc46e1a6733422a15 1 0.00/1.00 vMB 0
47,901 47,901 0000000010c566e8098b774a840e9b8b5a2d1e674426257b036d3e012b1bae5f 1 0.00/1.00 vMB 0
47,900 47,900 000000000113c7444001db1ed0789d1a5e00c5273a2e713379f9d7b6ac69dcb7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.24 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: 655.07 GB
    • Received: 14.25 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.