Memory Pool Memory Pool Refreshing

17,346 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (736,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,726 170,726 0000000000000798d2245db7eb72308a65e11e662711dfffb916ab3a7b52d18c 0.00 MB 1 0
170,725 170,725 00000000000009b22b87ea92b0d597e1a97a95321cd1e5eed80947e7318c5cd4 0.03 MB 67 220
170,724 170,724 00000000000005a431d4ca4a543379f4d5b07e8ed81eaa18ac79f6e0bd44a60f 0.00 MB 1 0
170,723 170,723 00000000000000e4d011b98d010cff1192fa8bff60acefe11881a1f08c49a8af 0.03 MB 54 137
170,722 170,722 00000000000008331cd25270d13979c8799ba4281931b9beda907e3ec4dc8114 0.00 MB 1 0
170,721 170,721 000000000000099d1cb4fdb877e5f482811837c3cb11faaff04f9db14b243eb8 0.03 MB 57 186
170,720 170,720 00000000000001ea30c469b99f911bdfde7a3e2feae7a37af6559fe1f42437e8 0.03 MB 73 240
170,719 170,719 00000000000005834056c9c11919b70c0ee165b8f26163048016ea7809428e14 0.00 MB 1 0
170,718 170,718 0000000000000229fbf6677d1e1f0945bef79665c897b0b14ccf9c3289311055 0.02 MB 32 113
170,717 170,717 00000000000005b319de086c9649cd4b6a42a4c8eaeb52d4c5b0bec2453fe148 0.01 MB 21 54
170,716 170,716 000000000000043d2b0ace60ede1c9b789b1c049b3b1393800d81af0199fe111 0.02 MB 30 214
170,715 170,715 000000000000042396144a6fe1438a053317f2fa044729cf5c65993a6a4f1bec 0.02 MB 31 30
170,714 170,714 0000000000000b1540af3d71fe274daccca228cebe4ada67f9b25666701af74c 0.02 MB 16 33
170,713 170,713 00000000000002831455813735bbaf28c9d4c90e8d76eb4eb665f15162cd858d 0.00 MB 7 53
170,712 170,712 00000000000005f70ab699e0efb09c953dbb7474352fa14d112be7e7f0a77dc3 0.05 MB 134 62
170,711 170,711 0000000000000a511859af5ea9324a462aba0440c1870698a897c1696cd1184d 0.02 MB 30 117
170,710 170,710 000000000000077acb9e95f45720bf60bbf8399bbede052a698cb34d27c489f7 0.01 MB 37 155
170,709 170,709 00000000000002a342023d7ed0265a72a676ee0eae7b06cedf3edebb59d9ce0c 0.03 MB 64 103
170,708 170,708 00000000000006eb297b40db44a9bffe25e3f08ff6038d4c315fb051dd1b4bf2 0.03 MB 42 66
170,707 170,707 0000000000000432f3b861dee05e71f99e2deb6c2a0e56a41fbde4f22b58316c 0.02 MB 60 96
170,706 170,706 00000000000000d833e3eeb5d5271b950926b4b499ae512d27da2b20504db233 0.00 MB 17 60
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.