Memory Pool Memory Pool Refreshing

296 transactions (0.07 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,773 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,772 (842,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,467 66,467 0000000006e558a334480f12f392feacebe118b29f4c2c3b0d26182d3ac910ce 0.00 MB 1 0
66,466 66,466 000000000121409ca63bebb3a2250aa9eca4bf81ce21315ba80fc6515c8239cf 0.00 MB 1 0
66,465 66,465 00000000014122ac1df317018054cb4e02aa907119a32e9b5837b08743f71c9f 0.00 MB 1 0
66,464 66,464 0000000006d148c1f374e5fd5337a009006ab3bad08cdae52ed3a54098e061ad 0.00 MB 4 0
66,463 66,463 0000000007a8b72630910d2c7228fa47d8deca1e7a6e1ca3685895d92bbc59a6 0.00 MB 1 0
66,462 66,462 000000000475a2a0f000c0f3ff07d403298c77058380dc33b206bafb7588c22f 0.00 MB 1 0
66,461 66,461 00000000039ad3539c6995c4ab066bd028a66331c6e2bdee9b81d5462edf7417 0.00 MB 2 0
66,460 66,460 000000000557ef7d942f6201efc8380eda79893263905bd2c546b43a583fbcf1 0.00 MB 1 0
66,459 66,459 00000000078626acb20b2cd02f1fe0be22d5212fb9193e045e541167de9a5fe9 0.00 MB 2 0
66,458 66,458 00000000045cb9a2cb9ae8c264d1749f039997eae2d68a3b12fc91d706347436 0.00 MB 4 0
66,457 66,457 00000000059f3fc9277308ca3339ec3edf27434d31cb74193789ca33f27ef1de 0.00 MB 1 0
66,456 66,456 0000000007ab5db3628ec025070c4a7c73927e76282687554bc81483944ae523 0.00 MB 2 0
66,455 66,455 00000000075e23f90e67cd3590052920bc0ee9773ac2d7f32f1d6036a1312578 0.00 MB 1 0
66,454 66,454 000000000ad68c8c481f31f4ccef4a940871d4b240a9e9bf2b69f6645133c3b0 0.00 MB 2 0
66,453 66,453 00000000002df06be7735f940f6db2553235e342b6e1f391ae3a042c1da6093f 0.00 MB 1 0
66,452 66,452 00000000083106132ce460d08faba0510a1727d2fffd9701faf496de5970d80e 0.00 MB 2 0
66,451 66,451 00000000085695fac818b97d61b487e3815ce3c8e67ef00705e3fa1c9fb2acc2 0.00 MB 1 0
66,450 66,450 0000000000d62feccf6832198bda527500a759632598413fbf89b88ee7f70149 0.00 MB 5 0
66,449 66,449 0000000004291d49e638837556a677833c56e2fe84c8b8fc67385ee325051629 0.00 MB 1 0
66,448 66,448 0000000007d9fcf8a1b828af8d549de31e5c6b8efd8487b5a3039f4d05c1f770 0.00 MB 1 0
66,447 66,447 00000000096635b021b17dc6c3324201befb3fb7429ab7fd166182340ca72a36 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,856.69 GB sent, 102.65 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.