Loading Tool

Explorer IconExplorer

Memory Pool

76,784 transactions
28.75 vMB
0.06787428 BTC
Random Selection Loading Transactions
Max Size: 174.14/200 MB

Candidate Block

Mining Attempt ac59f73da608fc29503ec153cac908b67f7e1773455e96e90eb4e771f8909e8d
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 024cb750b7703c04bc59f7339c87f79cf40ac381b654231bde63400deefc9b0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,586
Size: 1.00 vMB
Total Fees: 0.00810450 BTC
Feerates: 50.27 > 0.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (494,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,972 420,972 000000000000000000bbd6bd9186f9107d4b5d8b78fad97e878d4b375c61814f 876 0.50/1.00 vMB 39
420,971 420,971 00000000000000000465f3ad7f5363dccb3a16aa08241ff54b22f9ffdf663c81 1,225 0.69/1.00 vMB 42
420,970 420,970 0000000000000000018cf936facacb5c84daa9a0d4bc3a3afe5a7008f2929ca7 1,844 1.00/1.00 vMB 59
420,969 420,969 000000000000000002b5175c8c88909ae0a0a43d585fd18f35ae07e5cc4e646a 1,110 0.71/1.00 vMB 46
420,968 420,968 00000000000000000494061f7fc6ee039bc81c7a28adfdbc5cda7cae15bbf450 899 0.67/1.00 vMB 27
420,967 420,967 00000000000000000487d7bdc9667b81a08f4ada7eff666d79ec1cb31c237041 2,165 1.00/1.00 vMB 62
420,966 420,966 0000000000000000020e8869c2a709fe662e495d4ca97ab8a04bbaa3cb321e70 354 0.14/1.00 vMB 68
420,965 420,965 00000000000000000333d0b76b119824059b94a63d2023ddd164e38b33c95f6a 752 0.35/1.00 vMB 63
420,964 420,964 000000000000000003115a2a36d9c79e4bf3e57e1d754c9902d22b75a98c6f59 2,052 0.91/1.00 vMB 56
420,963 420,963 00000000000000000117211bcbaf328b42f0d08f436d5caef660709ad9e2f514 1,060 0.47/1.00 vMB 53
420,962 420,962 00000000000000000072ebfe71118c1226f56ac0a5c8d9f0abfff57acd0b57fd 1,522 0.85/1.00 vMB 32
420,961 420,961 0000000000000000003df979f94cbf4f7a41ca883dabcc6cd4404cb7a3b048c4 2,253 1.00/1.00 vMB 73
420,960 420,960 000000000000000000b03ddc2c05e4850724a36c4836de32945f9fc43310d4c4 2,075 1.00/1.00 vMB 43
420,959 420,959 0000000000000000044e0aa08faffc1f71c309051cb2dbacf3426c36df67b44a 937 0.40/1.00 vMB 52
420,958 420,958 00000000000000000425d84465012b04df6d19fc927871f932bdec1cfcbd1c48 1,026 0.98/1.00 vMB 21
420,957 420,957 000000000000000000b718d426fcd5127f2412ad02ddf103df29fa6a584000de 2,057 0.99/1.00 vMB 50
420,956 420,956 0000000000000000050d07664f6b5bb5b09020816de80e3a5e72f2603a1aedeb 419 0.23/1.00 vMB 42
420,955 420,955 000000000000000002facf4883633c7062d47ddee4dde9e6c51225cfe2c41f0a 2,368 1.00/1.00 vMB 49
420,954 420,954 000000000000000002e518876ef42317bdfce97a021e0344fb59d56e1eedf1d2 43 0.04/1.00 vMB 24
420,953 420,953 000000000000000003d2dc6299b6ae8bb17d60bb4f7cc26f2b4c2b3cd62342a3 1,357 0.60/1.00 vMB 47
420,952 420,952 00000000000000000182856ac71549c76c1be9bb04108b3ac49b420bd097045f 309 0.22/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.