Loading Tool

Explorer IconExplorer

Memory Pool

81,192 transactions
34.24 vMB
0.13728531 BTC
Random Selection Loading Transactions
Max Size: 194.52/200 MB

Candidate Block

Mining Attempt 6c8607c9c70a58ac4e33ddfac2f33fe4e045f658d8fd26a3a4fd19b35b7ca0cd
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 0bdf94331a9e9705a0fd835d47de7ec111d476f188868ff0860ac812b42c90e6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.02468971 BTC
Feerates: 384.62 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (28,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,250 887,250 000000000000000000012c249deea126ed1d9fb2581e0bb42e679c3cb9ca3780 1,777 1.00/1.00 vMB 1
887,249 887,249 000000000000000000027829a1c3cf0a63db18bf242f248779c5ba9cce7e6949 1,423 1.00/1.00 vMB 1
887,248 887,248 00000000000000000000ac96274213b61ad20fd7b2a4c040c14fcff95c90cbb4 1,460 1.00/1.00 vMB 1
887,247 887,247 000000000000000000024240eb69b115cdde05bdc0f2c51032e8bf2e47896d58 3,146 1.00/1.00 vMB 3
887,246 887,246 00000000000000000001e4f60e786b5104b013f797c7bf7ada5f37716fa886b9 1,877 1.00/1.00 vMB 3
887,245 887,245 000000000000000000025a6e5bee4df054273d09aac9a50da6a8ab39a86dd044 2,953 1.00/1.00 vMB 3
887,244 887,244 00000000000000000001a8e4882c440f2b56b04dc2537e0e5e968d315b159f6d 3,522 1.00/1.00 vMB 4
887,243 887,243 00000000000000000000778aa9761c2dc4f596ced12a3002622a5315de941b74 2,546 1.00/1.00 vMB 2
887,242 887,242 000000000000000000027353ca17bda650b2511de26390e929aa2785878251cc 2,249 1.00/1.00 vMB 1
887,241 887,241 0000000000000000000043760827e3007e6a0b4d2fbeca9c58f96810784b035e 3,593 1.00/1.00 vMB 2
887,240 887,240 000000000000000000014183dfd61aa9c564b59d96bc5dee8a2ebba2b1462c0b 2,997 1.00/1.00 vMB 2
887,239 887,239 00000000000000000000b033a2661b0e55fc7c8dd68c4578bc42f2a1d64eddc2 3,117 1.00/1.00 vMB 1
887,238 887,238 0000000000000000000127139613a6d2f1d14bd598f81321a37840a9a807cfdd 1,767 1.00/1.00 vMB 2
887,237 887,237 00000000000000000000c5f3bebab4bffce95ddc6fe491dcc7aa074660c3d5c0 2,305 1.00/1.00 vMB 3
887,236 887,236 00000000000000000001d5982747e53bda34494e9c24169e91f6721c7a12a18c 1,827 1.00/1.00 vMB 2
887,235 887,235 000000000000000000011250edcdb045d40ab8a4be86865a769a4909367a95e9 3,902 1.00/1.00 vMB 3
887,234 887,234 000000000000000000021965b3d7fc75ace449698d5e6b505556b114f5cb30ac 3,239 1.00/1.00 vMB 5
887,233 887,233 00000000000000000001b56a859210a3ddfaacb23a5f12a6cf75d1c45695f3e9 3,706 1.00/1.00 vMB 1
887,232 887,232 0000000000000000000012f2842062a1683980d341ffe53c772d00cbd0d6f173 2,694 1.00/1.00 vMB 3
887,231 887,231 0000000000000000000009cb94d160153a6fe74de2075201a030b9cd80698fbb 4,605 1.00/1.00 vMB 1
887,230 887,230 00000000000000000001e930ca8821666549be09577ce7c6c13ef2bed528d800 2,278 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.10 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: 729.68 GB
    • Received: 18.49 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.