Memory Pool Memory Pool Refreshing

2,608 transactions (0.62 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,016 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,592 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,015 (841,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,994 67,994 0000000001a518a6b99fe3bf3160e8336b36495735262e29830ad0a97026dba5 0.00 MB 1 0
67,993 67,993 0000000004da1dd34c0bee9d2a95de21082033af0589cca85252372d8b5b3cee 0.00 MB 4 0
67,992 67,992 00000000044dcb5682a0b792ac8bb2c1055fb93a20bcb778b2b04d9ddc79a4ff 0.00 MB 1 0
67,991 67,991 00000000018974dacb2e239dbc7179a1732bfd11ef7db89b30334b947cec0f93 0.00 MB 1 0
67,990 67,990 00000000012810aead1577f9c693ecd4514092a3794e587b5a4286701a767ff7 0.01 MB 3 0
67,989 67,989 0000000003d66108435312a6e42f69bff69f465223a864aabdb0f7a7b89393cb 0.01 MB 3 0
67,988 67,988 0000000003a9f3522aee3e6c843edd6f501a1324fb5cbced9003277f0921a8cd 0.00 MB 1 0
67,987 67,987 00000000049486abde94a1b962d6b1dd643ddc5b75ce07588e42bd53aaf37a2f 0.00 MB 3 0
67,986 67,986 0000000000b425bb469d10b2af21f48c437753f2a17df0ede2122d7bb47197e7 0.00 MB 4 0
67,985 67,985 00000000016af7cf5f736edae3033e7bdc9f26771e33a89db6344320cbea6d18 0.00 MB 1 0
67,984 67,984 00000000059236b8fdba007e4f2305cbd10b1dc497eda95f74d5ad5d74ad4d9d 0.00 MB 3 0
67,983 67,983 0000000003bccc08b9c6ae91662da55eb720ffc105b44b3ea8f15279f18be013 0.00 MB 2 0
67,982 67,982 00000000020571ea39365aa4d9495d1d3535bdc8a017160bece6088e622b833d 0.00 MB 1 0
67,981 67,981 0000000003b64b5e6bea3ab22b2f47e5f46b0fa10ccad297e00fe7d42dd18481 0.00 MB 2 0
67,980 67,980 00000000001d67b5c3659155c6717bcf421fcfdaf1843e2a9fbed135f7085855 0.00 MB 1 0
67,979 67,979 000000000460bd41aab43c77466ef809f818eb63eed22aa25803c6ba0678585d 0.00 MB 3 0
67,978 67,978 000000000488d3ef4e3422cad9ff43e9b6dfcea380da0cd9354fa319f30d4448 0.01 MB 22 0
67,977 67,977 00000000044e48c5e459a6fd362bc0143f3dd331a1c1fd97dde610cca69df6b7 0.01 MB 33 0
67,976 67,976 0000000004d4c0754942132ef5a962bbd2f59d68ce79c413ccd5c39f61590180 0.00 MB 3 0
67,975 67,975 00000000044b021e6833fb5daaa5ee9a63cd5b43fa942d457e79a1b55207e4c9 0.01 MB 4 0
67,974 67,974 00000000028deb04e13b6f904028de332b66bc93d6e5d1c27bad632590240e84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 107 incoming
  • Data Transfer: 1,868.36 GB sent, 105.31 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.