Memory Pool Memory Pool Refreshing

2,227 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (339,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
568,494 568,494 000000000000000000278c6017b3adb31c2d91ef2425580b468d125f4fe60e88 0.28 MB 566 17
568,493 568,493 000000000000000000218fa0f7c6ecbd75a652c2148450afa8940ad9710fdbcd 0.13 MB 351 16
568,492 568,492 0000000000000000002d769f8371148e098715509452b96e6c82a7a89867f87b 0.08 MB 161 14
568,491 568,491 0000000000000000001a07a31b27f655fa8f58dc65e8554222c246d4e6d6054a 0.46 MB 1,029 16
568,490 568,490 0000000000000000002546e7a193445c80cb25846000dac632c9f04683eda544 1.35 MB 2,810 13
568,489 568,489 00000000000000000028c70461c917e947787306081ead38264bc63dfcb5436e 1.36 MB 2,801 13
568,488 568,488 00000000000000000028fb610b611123c3d2936853edf66c8780b2db1b7b1b89 1.39 MB 3,731 22
568,487 568,487 000000000000000000196d0e620d9667c6b65ad4707e86dffc99af8557b351a1 0.38 MB 862 21
568,486 568,486 0000000000000000000fe669f274fd544f01ab9b72bc0c821502ffe23d6104ea 0.39 MB 806 19
568,485 568,485 0000000000000000002bb7347d441f90f2da6ec725d91665661da71948d17c54 0.36 MB 750 19
568,484 568,484 000000000000000000117e7aac54e3bd5e20cf13f8a3d3ac8b60b866eecfe2d1 0.38 MB 898 14
568,483 568,483 0000000000000000002b41c016424bf19589248d6d0b5aaba6b3c6ddda9b6e93 0.65 MB 1,454 15
568,482 568,482 0000000000000000002b2ed55831d91583b6086a4c228cc140b5e78ced486175 1.19 MB 2,596 14
568,481 568,481 00000000000000000006087a163b5960f292978b6faf541e41ca56135e4157a8 0.23 MB 642 15
568,480 568,480 0000000000000000001c1e6c561b420260ca52902d207fc4e32237f07a971635 0.57 MB 1,327 14
568,479 568,479 0000000000000000001b186c732f2dd575b7670061f897b5dbf0ace7bbce3103 1.22 MB 1,570 10
568,478 568,478 0000000000000000000e06745c9c5e34fda86d5795e38c9bbb0adf9f61643a68 1.36 MB 2,396 13
568,477 568,477 000000000000000000046f0790420d78821f47d8ba4f3320f06c018471dd75e5 1.32 MB 2,831 16
568,476 568,476 00000000000000000025a7ce17b1c07d12f9c3d8c8939ab1a85ed060a1d45a11 0.31 MB 207 5
568,475 568,475 0000000000000000001a856f36adf47bf58d19331f7ec82b007d699144a8306c 1.07 MB 1,520 9
568,474 568,474 0000000000000000002015eb9e85d33ea0fd2353ebbfee3dd3e32a5f7b2c2bfd 1.55 MB 645 3
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.