Memory Pool Memory Pool Refreshing

8,111 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,924 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,133 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,923 (826,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,141 81,141 000000000045365cb841be62914d9d8bfff5bdb6313a5f52fb7da21e42d6b290 0.00 MB 1 0
81,140 81,140 00000000001d5335ebf0a2ee9570e7c16cb724d5dc9b5bcb0ec626f13868cae4 0.00 MB 6 0
81,139 81,139 000000000010c87a9b4b405047b97a7cc04dedbe0eda33e5afe3e83e8d2c4a59 0.00 MB 3 0
81,138 81,138 000000000029b2cc0a0384e01cbf033277ac3aae7e7b57780f0591fecc11320f 0.00 MB 6 0
81,137 81,137 00000000001bb91f90d19b1b936b229fc85c10e824d024cea77802dd0f62868d 0.00 MB 1 0
81,136 81,136 000000000046daff8e4b7e4ab7aad45e111a4b04c848b93b8d3ab17d5de5bb07 0.00 MB 1 0
81,135 81,135 00000000000316293d5a21437fefb89e24c8a64b3057e8d0e55bbf955a9cfa40 0.00 MB 1 0
81,134 81,134 0000000000160f459906cf5c6508e0b8d8a21923e10064f745f8b136cdea7190 0.00 MB 1 0
81,133 81,133 0000000000087262ff58b2457edf957d0c8e2927197d960b244874c74b0cc6c6 0.00 MB 3 0
81,132 81,132 00000000000cfde5c65526e79df7f22961cd07d42c5e716548262b488040bf60 0.00 MB 3 0
81,131 81,131 000000000005e3f2279709c79104f0ae61e1b36a8a60dcf1e320c7d30614bec8 0.00 MB 1 0
81,130 81,130 00000000003463988116fcdf0251302c1e9bc4aa650bb6438e84b4e9e6bffff4 0.00 MB 5 0
81,129 81,129 0000000000165b9dbce5d7b97c5d82bf8d7e457f3306bfb4a71009ecb1996b35 0.00 MB 1 0
81,128 81,128 0000000000292390cc4d26abb8c63b19f23fb4c41a2a5910cc9de6045da7da1b 0.00 MB 2 0
81,127 81,127 0000000000015517b041ac55e9ee1e22108bb7653b161d8aa1b2ae5e322f65dc 0.00 MB 1 0
81,126 81,126 000000000021aa10a5831d3d20871e3bf24b18630be5cec2d375ae762bbdf2ee 0.00 MB 2 0
81,125 81,125 00000000000d628e9bae615344f41832cf18ba00c9da46b724d855a3dad49bcc 0.00 MB 2 0
81,124 81,124 000000000035ab16160d63dec9b70de17810190ff75cc44ac7a051f5e1f3faf1 0.00 MB 5 0
81,123 81,123 00000000001a4ac38cf549516d01cbd36ddb85fed38560c84192c0d388c4332b 0.00 MB 2 0
81,122 81,122 00000000002f92d04acb0daf6d5bd949fe80b4553c5f2211b7faefc29ee24b42 0.00 MB 1 0
81,121 81,121 000000000027d4231fbbea32fb95a2f6f61107cf361026f1abc6bb3484907a82 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.40 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,644.72 GB sent, 94.96 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.