Memory Pool Memory Pool Refreshing

145 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,524 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 127 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (892,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,996 15,996 00000000f99f9c6acfcd96853c27b8d502d6bc58c1c74d5eacf7f98a57c3b8e9 0.00 MB 1 0
15,995 15,995 000000009eee45a264b5f076ed39158247d907a998d0601415b53733ed269c1c 0.00 MB 1 0
15,994 15,994 00000000e57cd12d8ace59b88b468c8275f25ae16062266dea9ef796903cfc82 0.00 MB 1 0
15,993 15,993 0000000051c662442b470a4fe66f08c0030a584124b2fde72afa5b5c48a57b22 0.00 MB 1 0
15,992 15,992 00000000cfe06f8c1f2de4d9ff6ce80f03f391ce0f407462468fa83b720df842 0.00 MB 1 0
15,991 15,991 00000000c5327ca170472e96ea7e6d336d0501ea7f3d288563af42f868949f9d 0.00 MB 1 0
15,990 15,990 0000000012c8480ad61c4f81918b832669cafe489380f90d6cad736b5fca5b77 0.00 MB 1 0
15,989 15,989 00000000b9931088bb8e17158c4fc517bf54f33a75dd0664e4ff25fc823db35f 0.00 MB 1 0
15,988 15,988 000000003c97da0065fa399ba636a82ac132cbbaca057ff80e151449e5fb5635 0.00 MB 1 0
15,987 15,987 00000000507ad370b0578ee31ef32ffc93ae6383bde611e18f223d3d74dddc6c 0.00 MB 1 0
15,986 15,986 0000000048bdded4d068d110c5d9b29429cec77039a700b174f40d0ef1477bcc 0.00 MB 1 0
15,985 15,985 00000000d68e427f71620f27e300599d617d514f68b1bb1793a0c7760f290072 0.00 MB 1 0
15,984 15,984 00000000dd55f0fea3460967e659c8473861022a5a6e21d69319792f411a312b 0.00 MB 1 0
15,983 15,983 000000006840f51563c97750d475e548a71b86da23020faee352b98c24798d52 0.00 MB 1 0
15,982 15,982 00000000f509ebde3eabd9ec47381ac20f4147a81e420c2e5cbc04c100916762 0.00 MB 1 0
15,981 15,981 0000000026d44d77cb410072a26d39c34c625bf13f600f481c9394e98387094a 0.00 MB 1 0
15,980 15,980 0000000016b9c3433ada4f656ef79bb21a171d2f288bafe2a83004fb6de7aed2 0.00 MB 1 0
15,979 15,979 00000000748aa4c6d2edb8bf9a620ee2189cf1d0334e7aa49582ddeca8177c7c 0.00 MB 1 0
15,978 15,978 00000000f3e04f481458430119f93d394c9aa876a6093131f4c8a7bfe4bec69a 0.00 MB 1 0
15,977 15,977 000000005b3dee558875bf6c2ab4ace7f04619f9dab05d081893e792ace4f91b 0.00 MB 1 0
15,976 15,976 000000001a2a51688bf5de2bfbb0027d21f5c413186a398a345033289f93edee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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: 1,841.31 GB sent, 100.32 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.