Memory Pool Memory Pool Refreshing

4,531 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (518,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
388,980 388,980 0000000000000000050143bd6717669766b17c961e1ebba9db0e79916d30556d 0.92 MB 2,221 39
388,979 388,979 0000000000000000005e745d32addd41c8d7cb4e2991cd126ea6b56e77ca13fd 0.22 MB 629 38
388,978 388,978 00000000000000000382a0601a6c9f88ebe34be493656ccb91c48b68912b5952 0.24 MB 477 32
388,977 388,977 00000000000000000a685d8d3dcb12c7d6d377ddae188c89e02c14446521d549 0.00 MB 1 0
388,976 388,976 00000000000000000bb49f2b1662a61d72646c1d390147acba82b5437045870b 0.80 MB 1,906 38
388,975 388,975 00000000000000000b2fee27a336e6d3baac304ba009c3344df5d52d6320fa3e 0.55 MB 1,297 36
388,974 388,974 000000000000000005e80fb2f95d43fab6af12d1c6c5e0db945356d73543222b 0.00 MB 2 0
388,973 388,973 00000000000000000dad59448839434dc84c3bade4a81eb0956bcea8b7e4a1de 0.00 MB 2 0
388,972 388,972 000000000000000007a208131a8437fba01a2b6feea6c6e46ad64af30007d5c6 0.65 MB 1,608 55
388,971 388,971 00000000000000000ae801048add0b3f15e596dc0d3fef490442dc5a15db6e44 1.00 MB 882 15
388,970 388,970 000000000000000004aa279e5f4c53d4a948a436a39f864a46f0d4d1e941374d 0.95 MB 2,042 38
388,969 388,969 000000000000000008c49690030da36a9ae3ff0c65728f8d5a8803ce160d2836 0.41 MB 1,066 40
388,968 388,968 000000000000000005090ce1d3f6c61e64fe2c6ec51bbd98a4232161d7865730 0.75 MB 1,646 63
388,967 388,967 00000000000000000265846563f86f2847d45b589ffb5f51769b0940286ea80d 1.00 MB 1,072 17
388,966 388,966 00000000000000000721931d9154944299894ba16d402b43ea8be6929d8d7c1f 1.00 MB 2,243 36
388,965 388,965 000000000000000004be012b443af8b8887c678d92e3351eaca749b32589a09a 0.95 MB 2,230 48
388,964 388,964 00000000000000000b889f742caf5b89e47678cf32c1842cc87822ec7e4b0b08 0.75 MB 2,295 51
388,963 388,963 00000000000000000a0d3cd2ea667b3a0f5712b3fb52b0963b1633d11c53c4da 0.23 MB 324 31
388,962 388,962 0000000000000000045c60d446afd0368065037a63540d8622109581aed63cda 0.19 MB 352 27
388,961 388,961 0000000000000000042de43aee35adfc606f7aee0be5392d2ee18db83aa2b823 0.55 MB 835 20
388,960 388,960 000000000000000007ed3a6d77cbb99397e07da6dae92ecfd33910b822e707bd 1.00 MB 1,981 31
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.