Memory Pool Memory Pool Refreshing

8,581 transactions
6.96 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
898,675 0000000000000000000250490000000000000000000000000000000000000000 1.00 vMB 1,299 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,674 (463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,211 898,211 000000000000000000012627f8a5538b8d38aeb6e0873be29ce9102a692a3d9e 1.89 MB 106 1
898,210 898,210 00000000000000000000acc26433b854c23d3dc9d028db49b865b85622a12595 2.64 MB 1,004 1
898,209 898,209 00000000000000000000713026fa2b9097045baf80a7d780310a5546e719b729 1.60 MB 3,386 6
898,208 898,208 000000000000000000000ec2bd25e1f1eba07087174abe38a4dde1571e5f0b53 2.71 MB 857 2
898,207 898,207 000000000000000000008144c044c5e017a07af6f65c3a35e29c076b94a15d36 3.76 MB 293 1
898,206 898,206 0000000000000000000172cd5e69042c6d583fff408e2aac13cd68f3ae96b4c1 3.29 MB 565 1
898,205 898,205 00000000000000000001f0c2e0789e61d21954a6f6c46ca243aca12adc461e90 1.71 MB 2,367 4
898,204 898,204 000000000000000000012ba66f213f4d24b093bfff9aa0ea1c81608bf3db94ed 1.44 MB 2,838 5
898,203 898,203 0000000000000000000048a42ca9c7b9198b6c38b59a03e8ffc8dc85b2ab7b60 3.63 MB 306 1
898,202 898,202 000000000000000000012af7badba9cc861ac992e73fd95b5a6b957c7722fb99 2.03 MB 2,502 3
898,201 898,201 00000000000000000001ecab27ee56d5643b36daa3d0c4f93d9429d4d19daa55 1.56 MB 3,679 5
898,200 898,200 00000000000000000000e12189e889219c3a2f0ee411b0538426dd6b01dd5092 2.70 MB 1,359 2
898,199 898,199 00000000000000000002217c98091c0c578068c18f69dc60fa511f5c35fe3afb 2.61 MB 1,308 2
898,198 898,198 0000000000000000000196aff8bd843680fc4ed2bad28927c1076043ac47f9b1 1.99 MB 3,023 4
898,197 898,197 00000000000000000001ce2e55fcac19e9494cabdb1790ba8441d2919a73d339 3.22 MB 1,078 1
898,196 898,196 00000000000000000000345e7e40a3a5d4f1d0545c8183bc8148b0666ce7e0ea 2.08 MB 2,685 5
898,195 898,195 00000000000000000001d2411d93048b3a6f74377050b4e856740067f0aed1bb 2.02 MB 2,425 3
898,194 898,194 000000000000000000017062d57d1e8a67f0a6098297655df9cdc79114b6eacc 2.41 MB 897 1
898,193 898,193 000000000000000000021500a62e2c178c0603c142723df4f7ebd1277c1e7c2e 2.10 MB 627 2
898,192 898,192 000000000000000000017e64d5f47dca89ce59c82f21c334963070237b043911 2.13 MB 1,580 4
898,191 898,191 0000000000000000000153e35729caaa4c02b52ff49e74dcaa6f8a654579eaf7 2.16 MB 705 2
Previous 10 blocks ↓
Total Size: 753.75 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: 419.63 GB sent, 18.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.