Memory Pool Memory Pool Refreshing

6,987 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
901,745 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,961 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,744 (486,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
415,521 415,521 0000000000000000055cd87506cc0ba1b296f1f3a627155766ba9e9be605865e 0.89 MB 1,076 29
415,520 415,520 000000000000000001e026bf7745168c91e2d9f20e8559c00e79739c34c06b9f 1.00 MB 2,283 55
415,519 415,519 000000000000000002248f52d82a317a5a0e53f2a43698b016da7c3def32d5a3 1.00 MB 1,364 30
415,518 415,518 00000000000000000130bb5156aa7080a1d8cc8709678bec479e6d4b8cdb4cf3 1.00 MB 2,148 54
415,517 415,517 000000000000000005844c6be3ac2a029491cbd6d71e5465cc18fe6adfe4c8ed 0.00 MB 1 0
415,516 415,516 000000000000000001b2237777d869b1f6022f6c0a78fcfa58bb40a5315c5a4c 1.00 MB 1,385 28
415,515 415,515 00000000000000000008b735d0d70aa412ec6d5c36193230fce12b887f4d9f5b 1.00 MB 3,076 78
415,514 415,514 0000000000000000053413792f1781432dab3309522dabad08f14c2553825893 1.00 MB 1,449 20
415,513 415,513 000000000000000001581b0b978964712265301b3b2360d83bbf378d0577239b 1.00 MB 2,088 46
415,512 415,512 0000000000000000019e93275c4b0a6adf02c6b20e6b7ff09845cc8df66bbb30 1.00 MB 2,677 69
415,511 415,511 000000000000000000ebadc79a99aaef494f862691218e201489fe24ebd3f287 1.00 MB 2,118 33
415,510 415,510 00000000000000000147350ff60de6595e1e74667826d9466b0c893e323d5c1a 1.00 MB 1,926 45
415,509 415,509 0000000000000000051976a8348f49e4b936e2b965d5d02243270faa85acf39e 1.00 MB 2,659 47
415,508 415,508 00000000000000000440dd4b7da778e708ac1ac9bf3b63029fc46639802b795c 1.00 MB 111 107
415,507 415,507 0000000000000000050649f271cb884980e85956d8a281216f8db7bf48c3f092 1.00 MB 3,017 76
415,506 415,506 0000000000000000020cc713e0d0ce5ccba54b8d45505526794f4ff92b43cfaf 1.00 MB 2,888 57
415,505 415,505 0000000000000000041b69972cfab94e40f3a83e7e70ca7bf66812651aa07724 1.00 MB 3,093 82
415,504 415,504 0000000000000000013f82cac482cf9b71c1beb8e07db0c534f4c2f9a9a7eaf5 0.40 MB 857 44
415,503 415,503 00000000000000000007b0461b94decd62b68ce20b54f76ff8498fde61b74cb4 0.89 MB 1,994 40
415,502 415,502 0000000000000000020dfd7ded791f57cda6c61debb7b1565d180f8a746b13da 0.55 MB 949 31
415,501 415,501 000000000000000004acc9df30189cb5e1ccc892e097b3dab2f589ebb8d39a80 1.00 MB 2,475 53
Previous 10 blocks ↓
Total Size: 758.74 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: 755.29 GB sent, 40.66 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.