Memory Pool Memory Pool Refreshing

2,639 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 831 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (409,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
498,662 498,662 0000000000000000002f3e2dffc4c76aa338b36705542c146e60f53cb5cefa70 1.09 MB 2,479 371
498,661 498,661 000000000000000000950f5feaee1f6096ee798ef290f34e5b2ac1e66f4f8941 1.10 MB 2,568 375
498,660 498,660 0000000000000000003cbe5b84325c8d915897d3a1936e7745f5ecdfbf5b6822 1.07 MB 2,906 403
498,659 498,659 00000000000000000093a8c3de68ce1dab99660239e91e49a500dc470b3bfab5 1.02 MB 801 207
498,658 498,658 00000000000000000078f17c7683c4c304a81e2350d613f9c482267448fe71f0 1.10 MB 2,089 262
498,657 498,657 0000000000000000002a47146f8d36858a1713b4bf822c55d57e84a602b6719c 1.02 MB 886 167
498,656 498,656 0000000000000000009e1cf6e0a569cdc0995d74d4e2f87f2d1db3ee89432260 1.04 MB 2,290 281
498,655 498,655 00000000000000000001f2527a6286a273670fc85030e897e5ddaabfeea5d209 1.04 MB 1,491 185
498,654 498,654 000000000000000000aa7cdebd1308e5f6e1d1394e8592034fddbdba1651eeeb 1.02 MB 2,200 166
498,653 498,653 00000000000000000098ccbc586ff9f16d5e698943f8ec0d38bf32a625d99bde 1.08 MB 2,063 250
498,652 498,652 00000000000000000081cbd18c30762f10867a3798ae9a27489409ebefce7dc6 1.07 MB 2,930 444
498,651 498,651 0000000000000000004ce70d03d0b7de4eec5c1826b1c28d4c85ea58393f8559 1.06 MB 2,779 418
498,650 498,650 000000000000000000a4f9a3fd12d5d3e4edb4a63b30301966f19035d6bb1ef7 1.08 MB 2,846 395
498,649 498,649 0000000000000000008a8041eb6a8478605178f6130234931e1e0749fcc76f0d 1.02 MB 491 121
498,648 498,648 000000000000000000ab69989913798338e274bc37feef11e05202dccf58b790 1.04 MB 1,630 213
498,647 498,647 0000000000000000008d578dc6aaeb540096a8cec669829e8d3a67a94fa4c804 1.03 MB 773 156
498,646 498,646 000000000000000000a8401b887607fd6d00ef2095c46c7a3c054b6f4b89360b 1.03 MB 1,334 186
498,645 498,645 0000000000000000005d9f1b30bd4d70db56846e72bda4c5baf420b099523ce1 1.03 MB 1,479 221
498,644 498,644 0000000000000000007a6fd5d37f35408c471f0284acc61134509dff004934be 1.05 MB 2,280 278
498,643 498,643 0000000000000000007d6669369ce8a5f2cc5d86600be8776499688a5ad8cfe5 1.01 MB 559 148
498,642 498,642 000000000000000000637c018b1baa0ef19456850c5be239eec68fa632f35ffc 1.03 MB 1,775 253
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.99 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.