Memory Pool Memory Pool Refreshing

7,676 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (105,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,383 802,383 00000000000000000001c7653712c9d166901bf4c2401e602732caf3108c70fd 1.35 MB 1,966 6
802,382 802,382 000000000000000000036afda5c1c748274b93207bcf267186cb4dd5c3b20bf7 1.52 MB 2,781 28
802,381 802,381 000000000000000000004842d471b580653d72395e3db1d9b322240f9b1a348d 2.01 MB 6,161 7
802,380 802,380 00000000000000000004c3e83ae6293446cd92fc0a02dd8077d1773dacb5630a 2.10 MB 6,775 6
802,379 802,379 000000000000000000053a56baa681ffb8d3006f9ae6ca1aaa84e79733400199 2.05 MB 5,898 11
802,378 802,378 000000000000000000006bbb101a19c041d952ed7109c12c64b7c22ff4ab3b02 2.08 MB 6,623 6
802,377 802,377 00000000000000000004964c7fbe394cbe9cc719f087aaab5bc78759ca025246 1.82 MB 4,750 10
802,376 802,376 0000000000000000000205e7a2ba21ac1f76ff0479a50f6754ffd5203c06cea6 1.69 MB 2,767 12
802,375 802,375 000000000000000000033ccb4f04556eab5a9cf4e8a2c3ac3caa8ff014c792ee 1.57 MB 3,254 25
802,374 802,374 0000000000000000000497ab2aa8ca2bbd7440bbc0e8fc41674e4ec461ec2019 2.00 MB 5,770 11
802,373 802,373 0000000000000000000202637d267fff761a09a9fcaba23665c8612d8d19eeb3 1.49 MB 1,517 15
802,372 802,372 0000000000000000000255ffec0e24eedec285dd8f4b294df38aff5d2dc41eef 1.71 MB 2,149 14
802,371 802,371 00000000000000000001759574917c0bba9c8dbe0f8291e624d489a50bc7d6c9 1.68 MB 2,216 18
802,370 802,370 00000000000000000002d198d797cadd1628655e1074431c4726f8c822141b97 1.56 MB 3,571 31
802,369 802,369 0000000000000000000269e7e5ec913e3e3573f39e6710643553c62e06f2e3d8 1.64 MB 2,814 10
802,368 802,368 00000000000000000000a353e5108440f94b4011939f06b5988cae9f6028be29 1.63 MB 2,593 16
802,367 802,367 000000000000000000034e1a8f7c1efee7c36209a1556a377568d6368431dd17 1.53 MB 3,269 27
802,366 802,366 000000000000000000044f57ebe488d5790372a5cce742114d9f73f7297fd4fb 1.74 MB 3,683 7
802,365 802,365 000000000000000000008147e26341bd627963ed0b859dec43aafedbdde075b5 1.74 MB 2,429 8
802,364 802,364 000000000000000000018f25ea049c73e81f417dbc0b78db41c64e13d9fd94bb 1.60 MB 3,542 26
802,363 802,363 00000000000000000002d3d2ef6d06c2eac3998a92fcb460948c5d059a34e0fb 1.69 MB 3,177 23
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.