Memory Pool Memory Pool Refreshing

1,284 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,298 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 1,268 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (842,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,019 66,019 0000000009b3c2a2ea94a99e26b354f76573aa225c8c8ea07c144e99ce07fe0e 0.00 MB 1 0
66,018 66,018 00000000084bc64486d62451cdba56d3929953fa9da0dc342011e3966c7d3466 0.00 MB 1 0
66,017 66,017 00000000078a40a868c0013bce259744429e9abfe8ddc0e06cfcc232016873a5 0.00 MB 2 0
66,016 66,016 0000000000ca55b9c50b5601b7d7ce78f48c33ae7dedc5c2444c9f0e82b4ab86 0.00 MB 1 0
66,015 66,015 00000000016699ff0634834457719b273a701e05b451efe59856877f5e24b9c5 0.00 MB 1 0
66,014 66,014 0000000005dcad669253f735772d8d2c7e73541a5ed06f48083f7afec15722de 0.00 MB 1 0
66,013 66,013 000000000259b7357d707e6f789d2b3c49aeeedb449ac1dfab21e910961c965a 0.00 MB 1 0
66,012 66,012 000000000308db6095083af1d64211fb3725cd70b2b88abc9878a33ed9d1e41d 0.00 MB 3 0
66,011 66,011 0000000003cb89d19c792df19533d28b0da599becb128bea0020572ef371ed92 0.00 MB 1 0
66,010 66,010 0000000006b10eea3036e3eb605b1a22a3b451e68f318859bb2a53f60e99851a 0.00 MB 1 0
66,009 66,009 0000000003fe91dc53b466eb3093cbd72881b7e4164dce9509af6b789c468c85 0.00 MB 1 0
66,008 66,008 00000000017b31c1dcd90f736959c9c100b93d7deac9e2abdfa913e5763875ec 0.00 MB 2 0
66,007 66,007 000000000938a558b54a6d5558a2ec7ae80c96bbf798f7e656c90376b8ee75ed 0.00 MB 2 0
66,006 66,006 0000000003d0f18d5f4eff1c33c72c824a646569ce1193eebf6976064798dc2c 0.00 MB 1 0
66,005 66,005 00000000033003eee81ccf9eb86f8aace7d5efcf4f8d55dc838d78adb971c888 0.00 MB 1 0
66,004 66,004 00000000038113169386f87452ad716f2278b4544d6f608c28156f6bb16246a0 0.00 MB 1 0
66,003 66,003 0000000007913c04f38b0e4f27ed9a4ed80888fdbaf8af86802cab8a044b827f 0.00 MB 1 0
66,002 66,002 000000000328edc78fb1fad5aea954e9ccbf7ce517310eb86195b7bd4811c600 0.00 MB 2 0
66,001 66,001 00000000009cb106f888501f42e729cee5062c533f9a75d28736ba3290bd56dc 0.00 MB 3 0
66,000 66,000 00000000071d7e8a0f4895e60c1073df9311d65a85244be1ee6369c9506281af 0.00 MB 5 0
65,999 65,999 0000000008604dc355f0f54ae9812f8303fa5d2ed327a1eebbe650e0bbe5e67b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.58 GB sent, 98.37 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.