Memory Pool Memory Pool Refreshing

6,846 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,494 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (808,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
100,058 100,058 000000000002fab9a3c808c94cc816da7d181a5bcad4c5b08a714c9019676e53 0.00 MB 1 0
100,057 100,057 000000000002613fad4ec9d083fcf46e5f0edcd9536e0d46088b8ababebc4399 0.00 MB 1 0
100,056 100,056 00000000000159d4049da2f50425f3d8046a2430bb160e166746b6b07e3027a5 0.00 MB 2 0
100,055 100,055 000000000001dbe2cd136a9e262acfc3fd244e7f8679612438e091178abf0e91 0.00 MB 3 0
100,054 100,054 000000000003dd8fa83051862124e03c20511699c4c627909f4261d2e5dca333 0.00 MB 1 0
100,053 100,053 00000000000046f95d9d7b43a7dd9e0a51ba9b11e6b235c7e2f0f37e9e5eb425 0.00 MB 7 0
100,052 100,052 0000000000000e5b706d0afc649f8e5d0f0a27c73ab4900a94335e15f3682991 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.10 GB sent, 100.76 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.