Memory Pool Memory Pool Refreshing

1,805 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,801 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (725,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,065 182,065 00000000000004a8337fb12f32441d24666a4738e83d49ad657392dc8e50085d 0.25 MB 556 121
182,064 182,064 0000000000000619ecd46d7f945956bf393ced231a937c504dc43e26d355bb6e 0.05 MB 131 115
182,063 182,063 000000000000035240d55e7af13982fe51a8e9db858fc81a0174f06dd5c78af1 0.24 MB 442 117
182,062 182,062 000000000000021ffffc3638dcb2892c193b4fcc0ef0db9708c4249adecc5112 0.01 MB 16 20
182,061 182,061 00000000000004e45900094fa556e9341765bdad08d0cac8411bbd3fdacc266b 0.14 MB 314 117
182,060 182,060 00000000000007a8323e54097252b414fd447e97dd77b606e0fced299ec9109c 0.05 MB 135 128
182,059 182,059 00000000000005f01a917519f8ad330a568ec92afdcc458b4bd5564c03b98628 0.00 MB 9 313
182,058 182,058 000000000000041a4e3050c77684e03dd6446b2779188663452d9d3e7631446a 0.12 MB 281 125
182,057 182,057 0000000000000a2721c9b819cd8e14777cdb1b9e16a5b25621571fc51c0088d7 0.09 MB 158 99
182,056 182,056 000000000000093d31b50c6a0af1462b8712cbe87c2952f3b8ccef1f8b1a9f78 0.06 MB 124 103
182,055 182,055 00000000000007ee3ec20404fffc41a899607e59d2ce0255203f6ba5b2d10eb3 0.05 MB 129 72
182,054 182,054 00000000000004c544f7ada5e04717462fc5ef48948b39ba479078a59c64d772 0.03 MB 64 140
182,053 182,053 00000000000009ecc6ec81902d773d3a443623c7c450139c5acff9dce8c0ddbc 0.28 MB 721 131
182,052 182,052 0000000000000690df83ccb7d90fad1ce0685b1ef0909faf1fe6c4a8ec4aad02 0.05 MB 125 110
182,051 182,051 00000000000006d9873fb3e1aa4001d98f6f222020c0cd3110b9489b18a4d529 0.25 MB 342 185
182,050 182,050 00000000000007c5a9ceb8e355389a9264ef82bc5dc1a27f769f22024680da3b 0.05 MB 148 150
182,049 182,049 0000000000000951df91ac3d5e9c04b11db34bb68bb0649174df38cd36d6219b 0.05 MB 132 110
182,048 182,048 0000000000000452c169b7d0ec94d25dde4a67c6cf1b9d0dd572fd8fe472e6aa 0.02 MB 42 238
182,047 182,047 00000000000005fa3fa47e718a6cb85bb50058a5fc091143f24ad3a682e3d709 0.00 MB 10 412
182,046 182,046 00000000000003a1afa845eebe73ed9f22a14bb6e2966ed530c1677a135afac0 0.05 MB 123 81
182,045 182,045 00000000000006c795ac36804e90e1dc57c13f3ebe44c63265087bcd8befe5e5 0.06 MB 97 155
Previous 10 blocks ↓
Total Size: 769.14 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,631.98 GB sent, 93.59 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.