Memory Pool Memory Pool Refreshing

683 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 667 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (901,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,916 6,916 00000000d2112a77f092ba9bf9534546a97cd164e027ec6ceb406a26e5166733 0.00 MB 1 0
6,915 6,915 000000005da869b5313e389501e12447b9107de67090a969b1c6bed4ff0bfb6c 0.00 MB 1 0
6,914 6,914 000000007d0986a5542d6b72357388a08ca641c8ab0ae6293279627cf5b5de8b 0.00 MB 1 0
6,913 6,913 00000000e288b131db4d97f623323513bf6b46c492c8c6b7fc4f531756f056e5 0.00 MB 1 0
6,912 6,912 00000000d1f205ec80e83524fdc865c36ad93010a9e3189ac9fc651de1bea67e 0.00 MB 1 0
6,911 6,911 00000000300be803b1f3a0eda0fc130389487f71325b8c506e48b3fabc69b9e9 0.00 MB 1 0
6,910 6,910 00000000328493f88635f27acead8943a955a4aae184a7c3ef28e025deeb88f6 0.00 MB 1 0
6,909 6,909 00000000c38e2807c90c9c1a3fd5034e69d1f2710217ab0683a62a1bde438645 0.00 MB 1 0
6,908 6,908 00000000859e983115a123473dd3bd2fc85a2d190013a9214aefb416f2179d87 0.00 MB 1 0
6,907 6,907 000000000f2a8949a2cfcf5842ad2844ad6f4526c723a755946487b302d4f2fa 0.00 MB 1 0
6,906 6,906 000000006a604bf70ea8d7fdd317bfe5f7e9b6bbbb3b5a4a1b65f6997d0d1418 0.00 MB 1 0
6,905 6,905 00000000162e5b72b27bdc31f409e4e955f1969fc081b16e0d76bccce66b38cd 0.00 MB 1 0
6,904 6,904 00000000a73bc5e2eeb63d88464ac28cc371b5d036261f8e2cbd0f956efe4dd9 0.00 MB 1 0
6,903 6,903 0000000032108c9e8dfef8740ac98cdd96acd16813bb6540d6ab9da7660b929c 0.00 MB 1 0
6,902 6,902 00000000a1976737c59dd2f6b1b466df65fdb4b9c52c2cd00d8925864e9cd996 0.00 MB 1 0
6,901 6,901 000000002bb02e73ed4eef388e4c4f738b688cc02da3265fe0a57fb8c951feab 0.00 MB 1 0
6,900 6,900 000000002855bc26b205524b86a8c5440a1fb7f05b136d840310308716c3a3cf 0.00 MB 1 0
6,899 6,899 0000000046f671b1a1a53fb5d2d63086b9023348c6e7829a76f0a4375d405804 0.00 MB 1 0
6,898 6,898 00000000986c05c1a1eb41f01d51b3fdcf6b566fdd549fc32be58d4a1b792ff9 0.00 MB 1 0
6,897 6,897 0000000015f1e7ff92e9d45060742576ea20bd23f022425ad5866d18918a6257 0.00 MB 1 0
6,896 6,896 00000000f41cdea74d54ba0783469e09b6f34ceab6542260f6428c890059b57f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.48 GB sent, 100.53 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.