Memory Pool Memory Pool Refreshing

5,644 transactions
15.29 vMB
Show Random Selection Loading Transactions
Max Size: 64/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,301 (852,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,862 55,862 000000000db391f6e0e79ee5792c0005131bb4ed004994664f4942fc6901a361 0.17 MB 4 1,515
55,861 55,861 0000000009e8673828eed0a65d49ce84cdf5cbea4609f96f30da877b5cad482e 0.00 MB 1 0
55,860 55,860 0000000001b576a1a5331d8636432c4087b713275eb0fd248ca1d0d47d44aa6b 0.00 MB 1 0
55,859 55,859 000000000fb827f4fef8a281be7f36a3936c145bc2446875a89c3da49b43610f 0.00 MB 1 0
55,858 55,858 00000000036360c7c8da126a1d627d73bd83938fc0f088be8a8b9bcbb4166ecf 0.00 MB 1 0
55,857 55,857 000000000f2daa1796b33f037efc59957cda273d8f6ca2ee2e693b1d313dbcfb 0.00 MB 1 0
55,856 55,856 0000000007182d6c9c05a75eb18a65c6db87ec1e345aa1ddb73f518b5e73fc4a 0.00 MB 1 0
55,855 55,855 0000000008cffc9079e389ed7d1083fc5a1cc08bc90b5a3777e68bcd2d728a3a 0.00 MB 1 0
55,854 55,854 000000000abc21a5b303471eddebc4eac091e81f69d8c5b0defb8fb9bb1d7b1b 0.00 MB 1 0
55,853 55,853 00000000131d04dc3932d05d7d5c4a02dc197ace5a7807ffadecf87302f4a29c 0.00 MB 1 0
55,852 55,852 000000000b00f71f41191d71c30f7feba9e7245e7024757e9832636671f85127 0.00 MB 1 0
55,851 55,851 0000000007ea5deb041c3d351fd9e1d81ee5be9fab4809bb4416059d016af0d5 0.00 MB 1 0
55,850 55,850 0000000007e01cf42ad9ea9cd45185e116339bb31630cae011b9a2487cca5bd8 0.00 MB 1 0
55,849 55,849 000000000c025972902c6a7d60617481c240cb3b60e9d076f3443260824d64d8 0.00 MB 1 0
55,848 55,848 00000000073ca12868a3b37e29e13f4dbfce18134f60d17778da9d9df70f10e9 0.00 MB 1 0
55,847 55,847 000000001239c047d75351e356431410c01d32b42059201cb0d6f0589c8c228d 0.00 MB 2 0
55,846 55,846 000000000bef9bcdf5b262b168c4034d7f6b84a5ce40bf11729f7fbe65f7538f 0.00 MB 1 0
55,845 55,845 0000000009b0e7dbea10632cebe309dc29a902e36d79f22cb817eb36e5bb9526 0.00 MB 1 0
55,844 55,844 0000000012446af5012affb7b4de275503ca1f7e7107ed9a4d5eaf322ae045a9 0.00 MB 1 0
55,843 55,843 000000000914f39410386bbcb54c1fb142710bc431c38d0a1a8a3a10780f09fe 0.00 MB 2 0
55,842 55,842 0000000000b5db1ba9bd769c7afcd63e0d84b807a10cb169a0abed49bb616a3b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.48 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.