Memory Pool Memory Pool Refreshing

3,504 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,777 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,732 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,776 (753,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,974 153,974 0000000000000a400828d3457013b53cf63224d802e90fd93415386c546d2482 0.01 MB 22 16
153,973 153,973 0000000000000d128535c61bc96da20f20b872dc1e55aca4e7df9150318d71ce 0.01 MB 51 247
153,972 153,972 0000000000000ae34c3565f067924ec9a197f97b83465d1ebb92cf910c3565ce 0.01 MB 15 0
153,971 153,971 0000000000000a048168934a5e261116f098fb84a82bcc4fe01d42ca9c156057 0.04 MB 114 27
153,970 153,970 0000000000000dd66d3e51ce05482bd0b67fa6f4896f258371aa8d2663893e56 0.00 MB 2 193
153,969 153,969 00000000000008d4b2fb37206d326a862796f869706ed7d08913d6849cd47742 0.01 MB 28 162
153,968 153,968 0000000000000008c333e2e70d03b9c3aa8b41c94044e4b9790b8881fff04b8b 0.01 MB 17 970
153,967 153,967 0000000000000bdfdeb67e2742fd0597523fc8602f95b37b96c949eb0e789d09 0.02 MB 47 798
153,966 153,966 0000000000000383edce1e3afbe5f8dbc59e1a716dd5cf8be5c0ab428b9e02b4 0.00 MB 11 0
153,965 153,965 0000000000000d0cd8f97d34e476d6d08d2d0575e36a404783376a1a2cb660eb 0.02 MB 36 61
153,964 153,964 0000000000000ba6d61ad7cf0f32797fbe5323539c56b57c899d29ae118b9590 0.00 MB 4 0
153,963 153,963 00000000000003ceb753b44d8d9169a41802939ef0996aad3e4e25f054a53096 0.01 MB 9 37
153,962 153,962 00000000000005f333aa6c39d61b773a24d38aa2ee8dc921c7e74f4bf70c8dff 0.00 MB 12 332
153,961 153,961 0000000000000ca8ede99bdfc25ed2f950ea04142fe0ed145941e6f77177f9f6 0.01 MB 12 43
153,960 153,960 0000000000000393134b64cb6e0b51f8f632643ce0be4b80a48fee0efeb1baa5 0.01 MB 12 94
153,959 153,959 00000000000002c9d1c8505ed0472d7cb1e13348fe45372904931fb06ba14b5c 0.03 MB 101 1
153,958 153,958 000000000000051d8ae110ea58a33c79f79847f5f38f4c715d874ff0bd7a8d57 0.02 MB 47 121
153,957 153,957 0000000000000cac7c16d0989abf7638762f94b7872f7e173caa7a3b2f16d2b9 0.01 MB 13 73
153,956 153,956 0000000000000dcaac8fd8a03a47212893470a18dac0d87cd5332d37cded470a 0.02 MB 63 142
153,955 153,955 00000000000008a4f5f74e436cf13579290faf361d3cf9372da3982aa810d7f8 0.01 MB 8 9
153,954 153,954 000000000000083864d33e4e15d8f0fb9a416e269ba72894b730c726babf8512 0.01 MB 15 241
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.