Memory Pool Memory Pool Refreshing

800 transactions
9.11 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 487 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (841,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,867 66,867 000000000097c265c24cb8a8bf8af406cc559fdf2a8fc4643cd83695a379449b 0.00 MB 4 0
66,866 66,866 00000000057779bbaaedf9b9335fe4912ddce0d3101a29c85869237eec1ad7a7 0.00 MB 3 0
66,865 66,865 0000000000bb9e423fe2b25254f17d76ac098e36ba7e3fa3e6b2fca344bc4bab 0.00 MB 2 0
66,864 66,864 000000000527aac14cd86562a13b61fb8e56a548cd693d50d5ee5f82c73b6942 0.00 MB 3 0
66,863 66,863 000000000336f551abe092cf9e30413eeed8a5cf6544b14f9b2a29a1e8adb379 0.00 MB 2 0
66,862 66,862 0000000000b817ec8210d3b6024e902a4c2e0dbfe81cdb0893de14e9a23b0ba8 0.00 MB 6 0
66,861 66,861 0000000003a9699c345e63fbfed349c0489b2d137f4f19933191c2c259823404 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 770.32 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,701.93 GB sent, 98.83 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.