Memory Pool Memory Pool Refreshing

6,628 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,572 (852,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,082 56,082 0000000010ec97344c87a5c10fa101683d4138942b87e5e2b619e12d3d1c8f07 0.00 MB 1 0
56,081 56,081 000000001386c9a6aaf05df87c77ef38897683dd15274fe576e7bc4c9c20218f 0.00 MB 1 0
56,080 56,080 000000000f502eefd7ed988a2d10b44cbc2fc6e7713a69df60d89ad69b4f4c48 0.00 MB 1 0
56,079 56,079 000000000bb77e881fcad8e4300801552d555914195ce3a8414df462a58f6b97 0.00 MB 2 0
56,078 56,078 00000000033800e0369e3ccfabe433c3507da4d3e5e26e377d9d8f475bd0d205 0.00 MB 1 0
56,077 56,077 0000000009d8dbe9cb7b9e53c979b8550d51a910acda12f83c5f94ae01e761a5 0.00 MB 1 0
56,076 56,076 000000000f297030ae6e27216883205ed2333478134e25a6affbb4bed2eba483 0.00 MB 2 0
56,075 56,075 0000000005cb6a60559adcfe3a8678b7316245fd9829a1de8a94fb6afdfc9f86 0.00 MB 1 0
56,074 56,074 0000000000263929de9b380059ba7c433f0dbdd48af2d3ccd20b7397bf4149be 0.00 MB 1 0
56,073 56,073 0000000002fc8efca16566e4e721277f617977158489804b9fe27384399908da 0.00 MB 1 0
56,072 56,072 00000000000484a5a8c39639f4d753f9a9172543e0818a48b6e9bd536d2e4387 0.00 MB 1 0
56,071 56,071 00000000114aaf242c4909b3e8cb4eada9bd20c03c081fbd6cd418aaba32f7e7 0.00 MB 1 0
56,070 56,070 000000000156d075461c7e9518a51396d8c9f5aef7c75116bc06128478faad44 0.00 MB 1 0
56,069 56,069 00000000119f73d81689dba6f5a3bc3935928c3a02019cf9cc8d18c0b16679c4 0.00 MB 1 0
56,068 56,068 000000000a5fa26d8dba375a4724ac08f369da1f21778036bee5614b9a47f38d 0.00 MB 1 0
56,067 56,067 0000000007992996168efc0157296d1c256c19fc13182f815f926dfa7dae4fd4 0.00 MB 1 0
56,066 56,066 00000000083f134c937c053b5db32a659cba4cc9374cc1b86dc75eba51119dce 0.00 MB 1 0
56,065 56,065 0000000009a894fe1acb25629ec5850c1d23b7d1eaefe98c622ac9cc50e28547 0.00 MB 1 0
56,064 56,064 0000000002261d12e96dedfb936165b19573cff889635db891452c0768fae9c5 0.00 MB 1 0
56,063 56,063 00000000101470a6d88dbf640169e6b07aafa73df3dbe0cbc1c30901cc073ac4 0.00 MB 1 0
56,062 56,062 000000000d98e739cb1e58ec370f96212dd47fe57a331ae0037a9b1a5c790d20 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.