Memory Pool Memory Pool Refreshing

832 transactions
8.23 vMB
Show Random Selection Loading Transactions
Max Size: 33/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
908,301 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 639 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,300 (841,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,860 66,860 000000000030b78fd61a1dd2a9117921f940a1ace15cdda017529488e242297f 0.00 MB 2 0
66,859 66,859 00000000002e2006f224840c0669cec9a1b0bb699c2d44d505cf944857de1bc0 0.00 MB 3 0
66,858 66,858 0000000000f519be1d99c124a59394203447c223bee31204c519d917e8d4f58c 0.00 MB 5 0
66,857 66,857 000000000403c745f4d8b3a01edf514d5b6868df66bf6013b9ea322b261afc1c 0.00 MB 5 0
66,856 66,856 00000000013e1728443eaa598a3131afdf7aa04a6746a6c2fec9d986b1d27285 0.00 MB 3 0
66,855 66,855 0000000001bdec74ac3eb7b4a5a2ef7ce6e191e831dac5fa74e131aa01c1e002 0.00 MB 2 0
66,854 66,854 0000000003f0b3ed028d48627a9838c97ece54140e338d1c4f8295ec74bb331f 0.00 MB 7 0
66,853 66,853 000000000137a08e58c7fe64151f9348a20940ef7cff711003c0f28ec22abc66 0.00 MB 8 0
66,852 66,852 00000000019c81c1a4bc82759ac28468c28fde9a90911db9865014ce097afb40 0.00 MB 2 0
66,851 66,851 0000000001d3874a52243f6e430bf5e11806bb50e4604055f5de5b379b76895d 0.00 MB 12 0
66,850 66,850 000000000175557857ea07914153bcd00d2806b1c5e4249085521b954e464f2e 0.00 MB 3 0
66,849 66,849 000000000055d530d7aa1bf7a292fbc86baa6d34dfb34ad50922a0529c7d0e77 0.00 MB 4 0
66,848 66,848 0000000001366cd03b07cae34c29cf35f47dbac702073b119ee7b987fca7abfa 0.00 MB 1 0
66,847 66,847 00000000018eb69ba7d1bfbc724b72dbe819824812d00f93c5fd5ffe872a21da 0.00 MB 4 0
66,846 66,846 0000000004b927a86be9cf47d4c2a2511b0b00f045f3adc0258b95e2d19f2a74 0.00 MB 2 0
66,845 66,845 00000000055fac26b09341ee9e887190aaaec2e751465e18f411b04c7e874ce7 0.00 MB 1 0
66,844 66,844 0000000002e2ca42cb19be119e709c6f7455650221f5fee7a2a0385bcbcd5e1a 0.00 MB 4 0
66,843 66,843 0000000000c615c998b99cac564d91ee1d276a05fe18f74645c6d3fd01fedab9 0.00 MB 7 0
66,842 66,842 000000000429b6eb9b6076c1d5dca63b7a4d367f3af3fed14b181fd05a953296 0.00 MB 2 0
66,841 66,841 00000000027840d7d3e5a6fe42ddee02cf707bc6cc669741d4a13d1322d7f595 0.00 MB 1 0
66,840 66,840 00000000055fb29bba30c4903f1c1832935262d6824efd693a1cca993d78e9d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.89 GB sent, 98.43 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.