Memory Pool Memory Pool Refreshing

6,758 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (812,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,335 96,335 00000000000381b28d56c39f57ae6488d182a9980b5e4a86e032672c31529b24 0.00 MB 1 0
96,334 96,334 0000000000074e1a8173e88a6e6bd4616f5051ad11ce120f2235ba60c568417d 0.00 MB 1 0
96,333 96,333 000000000005d1ca5b55af2a3a4c253967c575943dd5589c6e7a0cd9fe347678 0.00 MB 1 0
96,332 96,332 0000000000065e8d1fd79602fa9c981b79d359de72f40e344a4e77f9efb53b41 0.00 MB 3 0
96,331 96,331 000000000007be2427862d43e9f07a6954aab2bc05b4ee27e81f5010b4b6b6ee 0.00 MB 3 0
96,330 96,330 0000000000080236d02aa5c4fb19dc4db8bb9e2395fa900e5a40cac8a66eb0d3 0.00 MB 1 0
96,329 96,329 0000000000011802bd50c90ed8d34cc1b6c8bc638ef1988203e1a106a8845e73 0.00 MB 2 0
96,328 96,328 000000000000774a3bad40a1d87607cfde815d910c0c0e04e23ee74b920326db 0.00 MB 2 0
96,327 96,327 00000000000456a0a34cd4072f8944b89376cafa52253868a7e00cf803077a1b 0.00 MB 1 0
96,326 96,326 0000000000012c77a66e0836c3d8cceb6ee5ffe63d71159abe7aa23f22d89b9c 0.00 MB 4 0
96,325 96,325 0000000000008db77aa83aae7da3302276cad1b88e20839a9c3962473a3b4080 0.00 MB 1 0
96,324 96,324 000000000000340942bb776872fdc9613b38f438747982dd6eb04255fb013d35 0.00 MB 5 0
96,323 96,323 000000000000143be94891f4b707b8b74c5ddb59e06ff50bd07579cc66c1f61a 0.00 MB 1 0
96,322 96,322 000000000004118f9f4b3dda51af8c51d164ed32de4ca3fdaf7a84c9994f81eb 0.00 MB 3 0
96,321 96,321 000000000005fd2bfb4ea6f3c36d8e2814a1e59ce1d550ddcfdce3314c5158bf 0.00 MB 4 0
96,320 96,320 0000000000057255682533d750dd2888459da015263d47072c2d03ef705f4519 0.00 MB 1 0
96,319 96,319 000000000007726442189a9f61b4bdb07afd981ca9485ec972a13787dced242b 0.00 MB 1 0
96,318 96,318 000000000004e718d0023b77958a4880d888eabe2b52199460dd26340d9e0f3f 0.00 MB 1 0
96,317 96,317 0000000000079d5ab6cd39a0429f5f6ad252574132cc3f7a29f4001c4a636593 0.00 MB 2 0
96,316 96,316 000000000000172da9cd67dc2b7b96be8e24bfc9ba9a38c38d406683fa2503d0 0.00 MB 1 0
96,315 96,315 00000000000663b853ae24c5b3ce7cf14654993366a26973b2df2cb319e54c68 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.48 GB sent, 100.86 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.