Memory Pool Memory Pool Refreshing

3,412 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,546 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (808,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,079 100,079 000000000001daef912769d6a6f1817a217132bb5fc3332f09583323ba35a7b9 0.00 MB 12 289
100,078 100,078 00000000000175982afc877e789dd95f8a0ee5392a0766959a44c04969897897 0.00 MB 4 1,085
100,077 100,077 000000000001ba9d279a3c2f58ff6ec7e53f6281634c58ca60472db9d0e52ccd 0.00 MB 2 0
100,076 100,076 00000000000200daf59f03974ebd5fe2119b0a0d5b5e8cceb5d51b36194cf971 0.00 MB 1 0
100,075 100,075 000000000000ed8a392ce6ed8219483e63916d07760884c8887a52ff1787c470 0.00 MB 1 0
100,074 100,074 0000000000000f0e2f8ba152e3851bea1229868e2ea852421f83a5d247ff3bf7 0.00 MB 2 0
100,073 100,073 000000000001eb47073fd559995750ea4e2084c9975542b9477f5bcb1e0c4c21 0.00 MB 3 0
100,072 100,072 00000000000161144cf8858db59c5434bd50fa164ec083d9f32cfb5869736809 0.00 MB 2 0
100,071 100,071 0000000000006dc214cccc0f2a5f112ef2e1dba0689ef75f558d598a4c2e64e1 0.00 MB 1 0
100,070 100,070 0000000000038d79d6ec44ec16c27c1360b2bfbcfbb844f00231c5633a77a8a5 0.00 MB 2 0
100,069 100,069 000000000003e07b24b7b5a219341fe9cd11adf1b0cf372f91446ca6ad48a570 0.00 MB 1 0
100,068 100,068 00000000000455c33861b251e584d5bb9ad96b355e1043d99bc8926734b235bd 0.00 MB 2 0
100,067 100,067 0000000000045b2b0b857eba082cc2f23850a8b4db9a6c3933d3dc464142339f 0.00 MB 1 0
100,066 100,066 000000000003a3a6f64764186cfefbe8302a6b2a2ef8fe089e827ddd26ec95fe 0.00 MB 4 0
100,065 100,065 000000000000d438dd3f32fc6c3dc3bdf59cdb75e857a6433e5926d103b84bff 0.01 MB 8 0
100,064 100,064 000000000003a7e97af846046330130771afbe5d3f756ba527e0b8593bcff3fe 0.00 MB 1 0
100,063 100,063 000000000003fae606e09dc02e04b39a7e432a4ba9a04b3ab9fd40eded676c7a 0.00 MB 1 0
100,062 100,062 000000000002040a00e4214c08b267dfeee549299d60b567ac07e410ca23d277 0.00 MB 5 0
100,061 100,061 0000000000036c37343a3a3fde53feb412e300f155344f7aa25f0b096037d792 0.00 MB 2 0
100,060 100,060 00000000000418380de6e08ee86a402f57de863444192d85d43a498100abbc99 0.00 MB 2 0
100,059 100,059 000000000000f75cef2988b0bec1e9c0cb4ec9adf225c7df0f9f05c646072e11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.