Memory Pool Memory Pool Refreshing

492 transactions (0.12 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,995 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 469 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,994 (895,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,365 13,365 00000000d6120f5ac71ff7bafeb62cae2cb479a51b6f1599edd0b7551a4dba2b 0.00 MB 1 0
13,364 13,364 000000008fba29aa5c1ac1c7cb4292a283ff7a287fcea717e45f15d90bdcdf66 0.00 MB 1 0
13,363 13,363 0000000084461c2b2e1fcc068c8effdd57439295e0728d2b8fdee626ee36e4a6 0.00 MB 1 0
13,362 13,362 000000009dd2916e5e6c81314ee11789e9fa9857484eeb7621b435682854821c 0.00 MB 1 0
13,361 13,361 00000000226069dfe066ad273cd57e4dd6c4abe4f32ebabd6409ab3cfd842467 0.00 MB 1 0
13,360 13,360 00000000df104196795e53c5f508a5306917883737f795f53547b00d4589b919 0.00 MB 1 0
13,359 13,359 0000000004067bf1667c61274cedc966c166dca238ae8ce7e76fa3c0c5cd7ac1 0.00 MB 1 0
13,358 13,358 0000000015838a00bf2d090954371e42c098c4a193683f3f4ee8f430dd9a3a20 0.00 MB 1 0
13,357 13,357 00000000bc3b3f73ef5b9920bf9bcdfca1c34e03ea642566bde167cd66e2baa5 0.00 MB 1 0
13,356 13,356 00000000c232ffa26e0d9eed85a4547ce848927708b2a5fedc7afb4407a026ff 0.00 MB 1 0
13,355 13,355 0000000071f3bae4debeac471947c941a63c00cd86a07457ec0620d42532cdc5 0.00 MB 1 0
13,354 13,354 00000000e0b913f02cb738b2bdd886e7ac108a9993d4e4f558018d080ae3f26f 0.00 MB 1 0
13,353 13,353 000000009701bb147372055099f66f576c4cef196ff9741a5dd4da43eb318cc5 0.00 MB 1 0
13,352 13,352 000000006501441e8aca5128dc2a0d33508ef0b5d4230761dc524bf618a49f6b 0.00 MB 1 0
13,351 13,351 00000000d4ae87142b3ef95800d83b91c6c8b362c181f295492001df487c3d67 0.00 MB 1 0
13,350 13,350 000000008a4a7449e09c6a52f487c39c91bf96bb39cf7b0d868b79ff1c5064dd 0.00 MB 1 0
13,349 13,349 0000000012436b869f9da164fde13cc1e9d4f95235f17ae62fd90e70bd1b4c6d 0.00 MB 1 0
13,348 13,348 000000008b1887ab5e2ee2e0de0793136c48b26cc3c8a44822e0f83aa158ce79 0.00 MB 1 0
13,347 13,347 000000002cb7a5050328303bf5988af46206b488581c8beb7bc0b3f69cfb719b 0.00 MB 1 0
13,346 13,346 000000005941ba7fad3f13f29200da41cdb46c545caa3013ff0641d678049831 0.00 MB 1 0
13,345 13,345 00000000c247154477b0e9d6aba9edbca1d134be6167d77857955e77c5384a60 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.44 GB sent, 105.09 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.