Memory Pool Memory Pool Refreshing

956 transactions (0.33 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 925 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (830,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,038 78,038 0000000000440820a2ebb22dc01e6f02ead933700ff25dbca50dc59d29246fb9 0.00 MB 1 0
78,037 78,037 00000000000bffdeafd2acff4ffa49744e65e1d4b9791e16336569200e501e72 0.00 MB 3 0
78,036 78,036 00000000001c280e9ec64f95e2d601b5f3157142d6e27b3ebcaaf7f88ce87bb6 0.00 MB 1 0
78,035 78,035 00000000002142f5675e7f0dcc60368759aaf2f79abb0508ec3ec0c811f368a0 0.00 MB 1 0
78,034 78,034 000000000012740ee99ebe9c172f3316a1c861dfcebf19aa6a92827c0a837779 0.00 MB 6 0
78,033 78,033 000000000029f9c6f3fbcf9e828ab9a0a488b8bbccb166eee66bd2845632368a 0.00 MB 1 0
78,032 78,032 00000000004c588e7f563061db3ec949fdccf8a28f9447b4052711c999f3d99a 0.00 MB 2 0
78,031 78,031 00000000002228d023cabfd29e94c03d94d3d4a957e3bd19ecdadc80a9d4ec76 0.00 MB 1 0
78,030 78,030 0000000000544b4ba7cdaf17b094ccff1b0eff90b8bcfa9fb8a5deff167a188f 0.00 MB 1 0
78,029 78,029 00000000000a621c6ce0424fa7c0c4c721f41dace8dbaa597fa25a8ddc825409 0.00 MB 1 0
78,028 78,028 000000000022c911e9966148aa9ca8aae95de7d46ba109bbc3468eaf8cd73303 0.00 MB 2 0
78,027 78,027 0000000000031e14f94c5df04349edcffdc2f322fdb54aaae91085c6d6fbb6bb 0.00 MB 1 0
78,026 78,026 00000000005b1b723faa77c6e341f2b00b0c6d125c2c54080ec0652b30972cc1 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.12 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,856.45 GB sent, 102.60 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.