Loading Tool

Explorer IconExplorer

Memory Pool

36,325 transactions
26.20 vMB
0.07294702 BTC
Random Selection Loading Transactions
Max Size: 133.92/200 MB

Candidate Block

Mining Attempt 154ce5f087ef6dde8f771490858fc4b52d38b27058409aa4775336e3773ca7af
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 032583cba3d7ce83a4c0ce7772b334d55ae72302a153e579fee8ff93b46c61bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,907
Size: 1.00 vMB
Total Fees: 0.02445623 BTC
Feerates: 713.01 > 2.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (311,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,806 602,806 00000000000000000001d46c4a3f7a2fcf2e5a0a7d049a0133a94ccb381aca8f 2,074 0.73/1.00 vMB 26
602,805 602,805 0000000000000000000fbe0d3cfd21efb435e0cc5320d10c4d0f922962d1430c 213 0.07/1.00 vMB 27
602,804 602,804 0000000000000000001286a913d99d74f773473d27e22103a4179f003e781717 2,544 0.98/1.00 vMB 26
602,803 602,803 000000000000000000054016774ae90e98c869ae149f75093f21ea8d263bdee9 326 0.11/1.00 vMB 29
602,802 602,802 00000000000000000013da962b413086259c39357898e91d35a7a5bbd2de6280 1,302 0.48/1.00 vMB 22
602,801 602,801 000000000000000000159f3faa72bd32318dc7b9dd0fdf1875548b215f0c8333 896 0.50/1.00 vMB 17
602,800 602,800 00000000000000000001d25d4ecfaf77164bad9b5a1ac374d2f67c7b66dbc4c0 3,199 0.96/1.00 vMB 23
602,799 602,799 00000000000000000007ee9388debd102da8792b07a77c9fd77e1db623f80d68 2,780 0.97/1.00 vMB 18
602,798 602,798 0000000000000000000651cfbe4cc255877ed8fbf230730fb46c322faa64090a 2,761 1.00/1.00 vMB 42
602,797 602,797 000000000000000000161c4ba2191e60dfe2cf6c9ce7c12ae05908ff27a9a0d9 1,850 1.00/1.00 vMB 5
602,796 602,796 0000000000000000001233f0334a7d89353306792808c315911b205c5cae5a41 2,822 0.99/1.00 vMB 18
602,795 602,795 0000000000000000000de9dc51b46ff331f866c97717321df08d1fb06f83bcf9 2,945 1.00/1.00 vMB 37
602,794 602,794 0000000000000000000361bc2c28222cc1447fac7ca4070df5f6d55f3054d2e7 1,598 1.00/1.00 vMB 40
602,793 602,793 00000000000000000003503a626c5bda495af8d0cc095470946b94a647a4044a 2,848 1.00/1.00 vMB 61
602,792 602,792 00000000000000000014f3f8db8c09b7cd90e6c02687ddedda844f1b12fb22fc 2,113 0.54/1.00 vMB 28
602,791 602,791 0000000000000000000c20b23bf41784df9ef8f67fff5b495bab1ddf2e84adae 2,715 0.79/1.00 vMB 29
602,790 602,790 000000000000000000088b83d54cdc0f6997104b5f803df5b6fe5dad30146ce2 3,222 0.98/1.00 vMB 3
602,789 602,789 000000000000000000132fcea27807635e045d3bff16dd110c5462d92a66d774 3,054 1.00/1.00 vMB 31
602,788 602,788 00000000000000000009ed5f80d89cefca701524b7c50fbd802dab6bb748f069 3,026 1.00/1.00 vMB 36
602,787 602,787 000000000000000000099d1603965d005e249c01bf4f975e24408e278f733288 2,709 1.00/1.00 vMB 59
602,786 602,786 0000000000000000000fac8e16f54ef1899ed4c059e1d01adc45d50d2952f6e9 2,562 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.