Memory Pool Memory Pool Refreshing

504 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 504 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (722,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,680 185,680 00000000000009b3c2facba982f18ee63d93a9f73245d6008181208b143b4813 0.25 MB 416 101
185,679 185,679 000000000000047e4cfdbc50a70056136737b5888cc6e3080c2aba403f79a134 0.00 MB 14 0
185,678 185,678 000000000000067f52275e31728abc5131be0425926f57a8f51f0e79d2b045f1 0.25 MB 627 123
185,677 185,677 00000000000008c99df639f26ad4bc4a45a5baad26fc2a02a812b8925cc73e06 0.25 MB 583 124
185,676 185,676 0000000000000023d5349a36e9ffb1f6a4d80bc05203c51ecda7385018e4bf02 0.07 MB 118 107
185,675 185,675 00000000000003c0b7b2a8548c05a3d17af5aa04a14e122274de8310d9d0bd97 0.03 MB 69 122
185,674 185,674 00000000000003a18fa6dfa9434e68a7bc600ad21aa3c7c97f53dd9ad1543e07 0.07 MB 175 442
185,673 185,673 00000000000006639e3a14ae5c1a8996a41cb79ac69caee7c63453ce2f5bfda4 0.25 MB 526 122
185,672 185,672 00000000000003433afece31d9ad572f68062836dbabe993880ba4c977868e7a 0.00 MB 11 0
185,671 185,671 00000000000008181399f87285924dccf186174d18b3e48de464de9687265a22 0.07 MB 171 221
185,670 185,670 000000000000079bbf39bb841b987b973c06377c7e7a3db036cc6e18d002a4a1 0.06 MB 172 247
185,669 185,669 00000000000006aea217268b8b795c512da9d37b2bd9cfc180636870d06511fb 0.20 MB 256 141
185,668 185,668 00000000000002b890e3767a41e00fc970bf7f1ea42c9cb4cc874667c8ce5ca2 0.05 MB 109 157
185,667 185,667 00000000000001c21cd1224437c52fe4d1fe74887e46a5103ce2ce8a154b4fb0 0.00 MB 10 14
185,666 185,666 000000000000008311004894f7fdd62767dfe80d6a81699190bdbf667350538c 0.02 MB 78 2
185,665 185,665 000000000000077f3fed65d9b221a258b3c97c1bcd437890db45b62fb3a491d2 0.29 MB 397 75
185,664 185,664 00000000000009a84a1d73765dc006f7449f94e3477fe847e24826768fbf3b31 0.16 MB 458 138
185,663 185,663 00000000000007fed7e9d8a3af3c0af543886af39f00520706971fa7c490aa91 0.42 MB 1,053 131
185,662 185,662 00000000000005cfdc4344613cf8ef8ba498acf4b430e8b1846af04908141ef6 0.07 MB 153 768
185,661 185,661 0000000000000733708735b23613a9ce314cdf1f65ae22406e665cbf22a59d73 0.25 MB 547 266
185,660 185,660 0000000000000337f0e449fbe5140296a1c314d5ee39b5718177bbeeb37f6401 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.62 GB sent, 93.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.