Memory Pool Memory Pool Refreshing

8,083 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,333 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (49,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,548 858,548 00000000000000000002c373dc61b090ab842de2a5d8c0fd36e9a1d27ae49c41 1.52 MB 2,740 8
858,547 858,547 00000000000000000000c2811083e53b856bc9bc36c9809130e53cbf553349f0 1.60 MB 3,714 12
858,546 858,546 00000000000000000002eb2a2593d6eec932493b38ad9c065452365bb03019f3 1.54 MB 3,440 14
858,545 858,545 0000000000000000000022d871bc32a15d27c9b1538d03f6ace90cde25b2489f 1.72 MB 3,418 6
858,544 858,544 00000000000000000001d65ce3d496545566ba42a6e0a4b3b1cbe85089bcbe4a 1.63 MB 3,731 9
858,543 858,543 00000000000000000001bb93501409202fffab20142f46981cc4014cea807c18 1.52 MB 3,145 16
858,542 858,542 00000000000000000002712dc40fec9a024f60ab6e1c030ba658da927a436cff 1.53 MB 3,435 8
858,541 858,541 000000000000000000015f877f3ba76879cb008a9702a41721b091c9881dc285 1.50 MB 3,384 16
858,540 858,540 00000000000000000002408fb86bfadde82e103b5cd0afd793c0ecb7e72ebe2e 1.59 MB 3,918 9
858,539 858,539 00000000000000000001f7a082ddc74d7a8362ae7bb680a896d0669d26934d23 1.54 MB 2,958 15
858,538 858,538 00000000000000000002d2c3e59dd09ba2e4d45ec6eb8210cfbedddbd67439cb 1.60 MB 3,425 8
858,537 858,537 00000000000000000000bf8d52118579cae6bf10ef9fd30dcdcbc758cf810358 1.51 MB 2,394 8
858,536 858,536 0000000000000000000254af3bdd122597899f5f970fbd142880b76cc18f748c 1.70 MB 3,221 11
858,535 858,535 00000000000000000002f0ce8e67d4a43863ceb94629ba25436be26452ef1650 1.86 MB 2,719 10
858,534 858,534 000000000000000000005903595f565ee6d4fe05bf4921fc733f7e1671dea03f 1.91 MB 3,099 10
858,533 858,533 000000000000000000006c400e580faf67f62486345896ab66b40e5749d82079 1.55 MB 2,030 14
858,532 858,532 00000000000000000000000a46d05b4f134e227d235b081c8606a09be3cdcf40 1.92 MB 4,000 6
858,531 858,531 0000000000000000000058196e3cbe5715780702542c6f745e766043231fab18 1.81 MB 3,512 5
858,530 858,530 000000000000000000021dc3d3bb89f983278158f3540901386e9556f81b0067 1.71 MB 3,993 4
858,529 858,529 000000000000000000016b3a0ee245931c46002319cea095aa51ee8d72a6b5a6 1.80 MB 2,795 5
858,528 858,528 000000000000000000004f7215419b5049521f749c0a6a332da268cfa071f38f 1.71 MB 3,107 12
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.