Memory Pool Memory Pool Refreshing

2,186 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,921 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (577,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,758 330,758 000000000000000015b798837e7bcc72362f6977faaf96c09347c63567f4f656 0.05 MB 120 23
330,757 330,757 00000000000000000d89f88366661b880e96aba60d083daac990fd21dd97fa5e 0.77 MB 1,489 28
330,756 330,756 00000000000000001736adae44e37c29d2bd6146ddf7850f7b5f1e0e2d780ab4 0.19 MB 329 24
330,755 330,755 00000000000000000cd5690fd853af7db6062ed98ac33bad90bebc0872d4fc0b 0.24 MB 346 22
330,754 330,754 00000000000000000b78eea91d004f2997a935f4507faa7af1e1a4b5b3c2e27c 0.25 MB 449 27
330,753 330,753 00000000000000000391e415a9777b336e7b19bdc4334bb0854883e40946131e 0.53 MB 1,099 29
330,752 330,752 00000000000000000390d32ae4c163e4dd3a3eebaca555e02623cebf70151d95 0.02 MB 39 26
330,751 330,751 000000000000000010a394e3703b7c22eff6819f6112a87ae479b35cc7ae0df2 0.43 MB 830 26
330,750 330,750 00000000000000000e03146bd826d91ace9a3dc0437a59175f5b5a51b0ff708c 0.31 MB 639 29
330,749 330,749 00000000000000000d844bd9bdf5883cd6e248227966dd05efe448c7f95bc56d 0.29 MB 683 32
330,748 330,748 0000000000000000121be3e1886b95603b872383bdf5cb855ff0c1fa4da9efa0 0.16 MB 307 31
330,747 330,747 00000000000000001464d800b02374badb820296a7791b53a0f112ec262e3668 0.06 MB 120 17
330,746 330,746 00000000000000000851c00086dc57e17c939c934a03cef7271250a97305402e 0.68 MB 1,203 26
330,745 330,745 00000000000000000e2d4cc687d3b3193e4c36e7c95a6013c2fc028401ff4d55 0.34 MB 629 28
330,744 330,744 000000000000000005ed9b07e511da0cf7640ead8067c940f6a99f4ea1edf9ec 0.03 MB 32 31
330,743 330,743 0000000000000000013670d919accc280e1c6451b268d9aea35b7244c30e6856 0.13 MB 209 24
330,742 330,742 00000000000000000b218f9025961d25c9c30cbb945f756e04ed986c9bb9cb4a 0.16 MB 299 24
330,741 330,741 000000000000000010420abf905dd094dcd7cf77377f0287b0d261f6fd5a0609 0.15 MB 261 30
330,740 330,740 0000000000000000159362d520b37425110e0d4bcb3b73ac6f0845758315d178 0.21 MB 236 19
330,739 330,739 00000000000000000469a1381445f0fd5115a1933a787b682a60dd9b5e34b87c 0.15 MB 404 32
330,738 330,738 00000000000000001447d39f0d7a400879038d950d88ef4b2c24f4383446b071 0.37 MB 283 15
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.