Memory Pool Memory Pool Refreshing

11,478 transactions (3.54 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,877 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,155 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,876 (830,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,025 78,025 0000000000363960ed5020b7cac138dcbe9107269133d5293b7d9cb0a0e1c6b2 0.00 MB 1 0
78,024 78,024 000000000050aca8b76871286436279c284fffbaed63ddd04d7b34eef5e6269a 0.00 MB 1 0
78,023 78,023 0000000000187c2fa6aebbb0e5362a5c8a00bc574280afc37b6e3b6fe07623b6 0.00 MB 1 0
78,022 78,022 00000000003e05867c1e87edae36e3d2d0ac6a7be0a392fc8226bcb4fd0692ff 0.00 MB 1 0
78,021 78,021 00000000000fff16a6e929ea2dd2f376704171af623cff3100a2d8ef2eddda19 0.00 MB 1 0
78,020 78,020 000000000020a782eedaa176d05defe3b4dd8ca37e8ff87937b0f7c4cd308565 0.00 MB 2 0
78,019 78,019 000000000041ed5410863b633a561e181f65364dd28e59fdf6815cd9d98ba78f 0.00 MB 1 0
78,018 78,018 0000000000110b3ae1076ed599c56df8c4c485ae62995595338a27099342cb96 0.00 MB 2 0
78,017 78,017 00000000004446b533490b16af3fed0c3f8da6de6a6f2ec46387a93b1046a48c 0.00 MB 2 0
78,016 78,016 000000000021d38f8f371a0b5b465e4fac0f4ac3eae27d091110c38b681450cc 0.00 MB 1 0
78,015 78,015 00000000000bfc4a00a013c8cb4370588b2a379bababe2a8141d57b3f8ef43c8 0.00 MB 1 0
78,014 78,014 0000000000326f83cecd250de9e8ce674786c92ee8adc0e6b8911f5becb4673e 0.00 MB 4 0
78,013 78,013 000000000001654c41298827bfc65efd74322e58d947edb2126a2985196a8bb4 0.00 MB 1 0
78,012 78,012 00000000001a7dd9bedd048bd159de67a4f0a1a565848dc387c77fa820df6752 0.00 MB 2 0
78,011 78,011 00000000001350d1126cab9e0759e2a60056f82261419e205f3fa7af0f5e73bc 0.00 MB 1 0
78,010 78,010 0000000000130fa122318e8e8e8a59b6bcbbf288156023e318f70e34dd570e09 0.00 MB 1 0
78,009 78,009 000000000066a8507865aeac72b58ba021ad861f2d32f72bb2bf2d4465231b37 0.00 MB 3 0
78,008 78,008 0000000000458342726132a783b7ca341c8b0357514f2656e9d3c4430f253758 0.00 MB 1 0
78,007 78,007 0000000000563f24f805efbffb905f2612a1aaeda0c65f461b7422437f68dbfa 0.00 MB 1 0
78,006 78,006 000000000004c3de419181225eec36dfdceef582a8d3b8d746d601efb0f29ce1 0.00 MB 1 0
78,005 78,005 0000000000186e517891a8abc343dfefe66aafc83897666ea8539d27a8edfbd4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,862.79 GB sent, 103.79 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.