Loading Tool

Explorer IconExplorer

Memory Pool

84,898 transactions
22.61 vMB
0.06707513 BTC
Random Selection Loading Transactions
Max Size: 152.85/200 MB

Candidate Block

Mining Attempt 2d73d64e2e2fbd9eb1106c02a4bd7a3527de9b3027644c4d0ee82d566e86c96d
Version 20000000
Previous Block 000000000000000000007d56c88a217db286efc059b8311ca192be1c34060ccf
Merkle Root ff48fa778d14fd4c8c0b959f30fc0cbd0f7d5404faf727e6b17cb3fe7014aa7a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,910
Size: 1.00 vMB
Total Fees: 0.01695310 BTC
Feerates: 62.00 > 1.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,842 (914,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,069 1,069 00000000db89c622e0fd700f8849c5f68015ff4ae58b9be410a21da81edd1400 1 0.00/1.00 vMB 0
1,068 1,068 00000000205733cf2849ad94758525c1086e7f0908cd28329aab7c4d71030e79 1 0.00/1.00 vMB 0
1,067 1,067 000000000037504b6bdd57439970d748eac0f091945f8b12373e83c1bbc46c79 1 0.00/1.00 vMB 0
1,066 1,066 00000000fecd0d39a38004fd68f750df914176ce5f7096f10d40f92451692b3b 1 0.00/1.00 vMB 0
1,065 1,065 00000000901629857911af89940f25968fed60168ecefe3f843ea98ed604032d 1 0.00/1.00 vMB 0
1,064 1,064 000000005e122b0170381a09ecb22a7bb188a4a20fed31eb7ae5f498872a7d28 1 0.00/1.00 vMB 0
1,063 1,063 000000002d878e299ee9592fa673e49c36fc1b38a5a8021eb3daf19cf85aec07 1 0.00/1.00 vMB 0
1,062 1,062 00000000813a89c779e6d6649c4e8f3ccfd4bfd188d7608f8f652f6b4f28d1f3 1 0.00/1.00 vMB 0
1,061 1,061 0000000062499825b027659fceb5959e09bfb6c2b856533941f6a090a02ce433 1 0.00/1.00 vMB 0
1,060 1,060 00000000a396bda7ddfea736dc41dc1ff82ab99b391da8b8d8a24147bae0fe51 1 0.00/1.00 vMB 0
1,059 1,059 00000000f6e758bff279b5d6c6c557dd1b90511eac1df10652a2a782aa5733b5 1 0.00/1.00 vMB 0
1,058 1,058 00000000d357309918e1e2586ca15141650f39b8097169274ccdba05991a87b3 1 0.00/1.00 vMB 0
1,057 1,057 000000004b6da5bbb89d6602b47021c817837330c94c92ffdf0fe7a3fc65fa57 1 0.00/1.00 vMB 0
1,056 1,056 000000008c526b4821b66aa55980dd0c5c40a710fc45b11e4e2509c207cbc64f 2 0.00/1.00 vMB 0
1,055 1,055 0000000008dd027da9a853922d5c057904d4d59062e6935f5be24a87dc4e44ba 2 0.00/1.00 vMB 0
1,054 1,054 00000000577ecce387c006c3bb102002263507f7f3e5a33548c4f07637ddc8fc 1 0.00/1.00 vMB 0
1,053 1,053 000000009dfac9a157e2b19374478d54251f28c8c488f091b86dc1d38d813425 1 0.00/1.00 vMB 0
1,052 1,052 00000000dc5cc02c005e9ca3d4d605099ddde5a28c7a091a8384f67e3362b88f 1 0.00/1.00 vMB 0
1,051 1,051 000000003409ded9db68c486f8a296192c76eb810579bbcb1cf07bfbd4c03e20 1 0.00/1.00 vMB 0
1,050 1,050 000000005282b3bae8fe27fbae5e19473ff1ee6932e1997b139d933ae76fce6f 1 0.00/1.00 vMB 0
1,049 1,049 00000000adcaab3694464b4964c187048235e3548a7a4c9fbfcfdc2379f38823 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.83 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: 792.21 GB
    • Received: 21.89 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.