Memory Pool Memory Pool Refreshing

2,032 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
903,451 0000000000000000000268160000000000000000000000000000000000000000 1.00 vMB 1,215 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,450 (632,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,046 271,046 0000000000000006c1e9d572894bc5328d023f7c899d0cc67c3a1da3ad1a2416 0.14 MB 231 18
271,045 271,045 000000000000000516ea0d85199889756e0cf02194f9f0f046d920e9187cebb1 0.44 MB 1,044 91
271,044 271,044 00000000000000038f211767d5b5791b3ccb6d5b904d28772f84558e5e89215c 0.19 MB 218 47
271,043 271,043 000000000000000074a5b2a938f7187175ccb2959d8243777c1a0eb121f4447d 0.06 MB 126 32
271,042 271,042 00000000000000034ca880423160b35b242a9d1f1ae2e45cb058e28666b74936 0.25 MB 338 23
271,041 271,041 00000000000000012a2822e59fab7afedbfd169d443a8ae8ac508202fcbbe335 0.50 MB 1,070 63
271,040 271,040 0000000000000003124f124c09ddea914b3f9a5af288b0e56112c3707f5e0e18 0.03 MB 94 54
271,039 271,039 0000000000000005913c11c593652901957a8ab0b9d8d37944ec3ed7070c8ab5 0.14 MB 286 53
271,038 271,038 00000000000000041a4fe7e9fb0fdff4a6762157721cce62a902b416dbea61a5 0.03 MB 70 14
271,037 271,037 0000000000000000c332d230c93a9f554fd2894e5bf12fb4020f713a198d1735 0.25 MB 467 46
271,036 271,036 0000000000000006cab6b620370c7b6c6029bd4483a410bad6ffbf3359a39ea0 0.22 MB 340 34
271,035 271,035 0000000000000006c6ca2ce5d1127abb37b7cc884330a45826542faac77161b2 0.49 MB 755 44
271,034 271,034 0000000000000001c94ed687d6294b38469f02530a4fe677a9506343273a3f90 0.50 MB 528 31
271,033 271,033 00000000000000038dfc24b151e4bfdced953ef15a6f6b16f66d8fbb0062ce92 0.25 MB 630 73
271,032 271,032 0000000000000003a739af0250b8e0fcb9032286a0ce099cd571f77999c15e3a 0.50 MB 1,201 63
271,031 271,031 0000000000000001183cf1938f24dba2b51859b0c90e1a94aa85d2275dff3f38 0.04 MB 130 33
271,030 271,030 0000000000000004be4732fdd0d9591c22297df87376bcdc508cb8e5315042d2 0.19 MB 416 51
271,029 271,029 0000000000000005aa98617255e2779227ba10c118c3eefeb63e4dd14a230acf 0.16 MB 175 26
271,028 271,028 0000000000000002b58866aa20ebb241d617c78a1e07ca016f1eb5af6203c1e0 0.27 MB 311 19
271,027 271,027 0000000000000002d3f74088436c18b07ccdd73bcdea371c58cac672d5c13f18 0.06 MB 147 41
271,026 271,026 0000000000000006ad2a70ff14233527e6a8403f50d9a4c09218fa221e3842b7 0.04 MB 52 12
Previous 10 blocks ↓
Total Size: 761.67 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: 935.93 GB sent, 54.25 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.