Memory Pool Memory Pool Refreshing

13,579 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,800 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (712,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,993 194,993 000000000000028a5d82f3f57d516cb399bf5b59b8431d8c7bdcc545fff05385 0.05 MB 147 69
194,992 194,992 000000000000054dd085f4fd69a363501c870375b9e85ea31a8628211c930046 0.09 MB 191 157
194,991 194,991 00000000000001d9bd9c29e9cf470f064d66b07511f8099df5b1bb42ae35b3fa 0.05 MB 95 91
194,990 194,990 000000000000068cdf7264b39ff9239b0a6523a74790ab10bfb9e281df5481a5 0.25 MB 726 145
194,989 194,989 0000000000000633493a03a0dffd6c657acab2a33464c62eba36763641f452dc 0.22 MB 522 167
194,988 194,988 000000000000026e501fbd9b3c82067590b28e441042dc4aca5ed569fba2f628 0.00 MB 8 0
194,987 194,987 000000000000061bc3e8b8e53d4f74a8756df7d3d7ccb09ee0b55f9e048550d6 0.06 MB 177 102
194,986 194,986 00000000000000a148d184e1569dc3791fbbf024526626b2b223927a7973ac4c 0.00 MB 9 3,780
194,985 194,985 00000000000005d9228fb940ce63b5eb090524884e48a77cec0644abb99d4f96 0.01 MB 32 235
194,984 194,984 000000000000018eff6f7981a1b0a4399f656bec559cc71f9c0fbc6084c2445b 0.10 MB 310 186
194,983 194,983 00000000000006ad3bfd254fa81589105eac13216baeb81b3e5d2a3232939a7b 0.03 MB 123 61
194,982 194,982 00000000000006d03690e597a3d60ce9920e410f0ff3a6d1917998f90dea8a45 0.00 MB 10 0
194,981 194,981 00000000000005d26f7ab435b3d6871c6b8afcb9417645f66c5c10b88bd74f85 0.02 MB 80 134
194,980 194,980 00000000000001d9dac21a520835e1424a0c6ba00df943bf9bdfe528b51e0bfe 0.05 MB 98 96
194,979 194,979 000000000000066247e918a0df2a0b359141f7fadefea751499b29b207c8b6db 0.05 MB 128 24
194,978 194,978 00000000000005e7a46ca0c58fb8d0739bb3166bea002211f2d7c303e109d09f 0.06 MB 169 95
194,977 194,977 0000000000000562e1622b597fda9d5e4a7ba89d7a52d23b408e1eeb727a83f0 0.19 MB 589 187
194,976 194,976 000000000000001c109cb96a8d325b0aac0fd012784c1639125258f1581943f2 0.03 MB 64 91
194,975 194,975 00000000000003cf65ed31929df035080702d06c56f4d1858cc032f18fb06f1c 0.07 MB 153 151
194,974 194,974 00000000000001622da5156b8eda7a218e3fbf7107f90c53b92a937342d54627 0.03 MB 83 184
194,973 194,973 000000000000058583477ee25e233b7791edb8bf9cd03175e6d9cd25984fb3e9 0.14 MB 196 112
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.