Memory Pool Memory Pool Refreshing

3,711 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (871,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,916 36,916 000000004c3386723ce8c79e40d12f3f4d76b727432b672066d506da3e61430a 0.00 MB 1 0
36,915 36,915 000000003e4fb8d8577eaa2a0a5ef2d8fa187bf681bad22e45c33c2ab3233279 0.00 MB 1 0
36,914 36,914 000000006adbcb9e48da69bcbdd10d00fdfceb9bad232ded35d03afb0ed7fd7f 0.00 MB 1 0
36,913 36,913 000000003ae78a129b38d4e353684b2dec29127e0d69f93c222101b699bf1664 0.00 MB 1 0
36,912 36,912 000000002d7b58702b6e14605a7297f6d0445047218b98b52c96228b20d55a24 0.00 MB 1 0
36,911 36,911 00000000611de50751e1736bf7635f52519224b61f7511a52bd4535d0d1d7a21 0.00 MB 1 0
36,910 36,910 000000002ca83e065ca8a2fb7fcf1257313b25db92f052831493af084d74dfa0 0.00 MB 1 0
36,909 36,909 000000006ee224a00425dd9452e561f964bd124e8cf77d84141645d268394ff6 0.00 MB 1 0
36,908 36,908 000000005bd30355277cecd2dcad1a097e10cc266a56ffe1813438fbe63b6da4 0.00 MB 1 0
36,907 36,907 0000000080eceefb8a63c382b86cf7a881ecefe19f6ae4036cb91a9de870d74a 0.00 MB 1 0
36,906 36,906 000000006a5f6f6cb4d394d92dcd62470fd21110548ca7aac7f6a7b6cb18ce82 0.00 MB 1 0
36,905 36,905 000000005ae83c1e2e326468796d9569404636b8dc48dcf37e5934b0b0ed1e26 0.00 MB 1 0
36,904 36,904 00000000a51f2d5d08f28f2980d550c4e08c318829f88f38217ceff7eecb0f6a 0.00 MB 1 0
36,903 36,903 00000000b6d7179dc9082cabd3ce1d86b259943e55230d530401d2b3a1c24dd0 0.00 MB 1 0
36,902 36,902 00000000a03e2e00b729e2d1a7dbe4cdc6cdc53a033fd6ffdc7d92b2c1ca7d06 0.00 MB 1 0
36,901 36,901 000000002d1d6991cad0d57f5861e11067ba6419925156717cf78b29180dde1b 0.00 MB 1 0
36,900 36,900 0000000061da1cd9dcf00fdf70d4495d2e67c188612132d697b19b699c823b4b 0.00 MB 1 0
36,899 36,899 0000000046b77eb0c6ccb80c0a97439854fc1eb0ad22265ab4d21a4fd8a3dd7d 0.00 MB 1 0
36,898 36,898 000000001b5c16fb1d9319cf7f7ae29a26505fdd42a81f7c958161456bcbeefa 0.00 MB 1 0
36,897 36,897 0000000055173e50d64942654bced4b8aa6617238aec9b9ca93ce95d9a9a012c 0.00 MB 1 0
36,896 36,896 00000000b73075c84aa784f678e4a8db00de1e98c21b774c8ab11e1740734b8e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.69 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.52 GB sent, 100.44 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.