Memory Pool Memory Pool Refreshing

583 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (199,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,733 708,733 00000000000000000009959a5ec0e313955e1298ea5730eaa3aadd0e337bbfaf 0.39 MB 374 7
708,732 708,732 00000000000000000008cbf8bae11d7b421be076c940f62b151f9956ccb52ff5 0.48 MB 239 3
708,731 708,731 00000000000000000003d2354e9bc6b90637ab888aa95e5e851136be190d17f8 1.37 MB 1,596 4
708,730 708,730 0000000000000000000c72405824a86e9234d4d82172c1189a78617a6f31c218 1.37 MB 1,954 16
708,729 708,729 00000000000000000002616f18b38776a669c482866ffe19ea5a7f6cb2a1223f 1.41 MB 1,915 6
708,728 708,728 00000000000000000002e4b3435012f26a56827e656f011d18b42189e256f7c6 1.49 MB 2,655 15
708,727 708,727 00000000000000000005de27de3fa6d47ad3244318a6d15a9dc15c649cb5100a 0.28 MB 537 12
708,726 708,726 00000000000000000007a0392927c0c80a0b3297cf5ad22a0c15e1bc2b8fdf10 0.89 MB 1,535 10
708,725 708,725 0000000000000000000ac57537e7293b6779df9a34c950cd406457c9ca9f39b2 1.29 MB 1,511 4
708,724 708,724 0000000000000000000b7eaf64cf99d29b5480125145c48f513cb818c3822efe 1.20 MB 1,213 7
708,723 708,723 000000000000000000024ddb46a33164becd71f8e94623535cb9f6c5b8c7ffd8 1.28 MB 1,550 8
708,722 708,722 00000000000000000007d4a27497dd149403bd6651ccad15dabf0e4068e979a7 1.36 MB 1,938 10
708,721 708,721 000000000000000000042c3d849aa0daf99851c27cb9f6292f3eeb996d7f8d99 1.46 MB 2,438 12
708,720 708,720 0000000000000000000811195e1786ec01e0c6590781a977072385e582bbb9e9 0.53 MB 986 5
708,719 708,719 00000000000000000008b23d1e943db5ee2acfd902c8db2288ee1cd4315d3e39 1.55 MB 2,619 7
708,718 708,718 0000000000000000000c11bbbb850e942d3638eb3f0adef499f7a750d960130d 1.50 MB 2,761 14
708,717 708,717 00000000000000000008082b34fae613d694c2948d38ef611a8727ea5216ed3e 1.51 MB 2,609 15
708,716 708,716 0000000000000000000023dbd7567966ba4c0b2c9b4ea1e7b66b353a11241a1f 0.12 MB 260 11
708,715 708,715 000000000000000000064d3c4056a5a50e2c37eedee395b2437e630d3cc4e93c 0.21 MB 492 14
708,714 708,714 000000000000000000027f9344431ab3db3e76e3787f84733821939c36f7074a 1.30 MB 2,109 10
708,713 708,713 00000000000000000005238a8249f98ccee2cdbe6d3bc279d38e8b2662866a25 0.00 MB 8 4
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.36 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.