Memory Pool Memory Pool Refreshing

13,783 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (628,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,991 278,991 0000000000000001c6fef9a18263119c9507bd422e32b28c299f1d001b70c02d 0.15 MB 244 26
278,990 278,990 0000000000000001f315bfda4486f8436211f69e5f8f85909b2a85b5e0a0649d 0.23 MB 410 37
278,989 278,989 00000000000000024e092083b89dad89d3d0eabc360c387ffbeda2465b3eb99c 0.11 MB 38 12
278,988 278,988 0000000000000002ffaf8fb43956b46e603d838abe67d2bbcb746298df094539 0.15 MB 310 39
278,987 278,987 00000000000000025f3269b0e9c90feadca73aff40041361dc69d8560712bc74 0.24 MB 538 50
278,986 278,986 000000000000000011e46632600705915cfb6c7f975642f010152907ff1ecc43 0.25 MB 367 44
278,985 278,985 000000000000000293f30efe4d9ca305aa82faf748f58aded519698b90334426 0.11 MB 198 29
278,984 278,984 00000000000000013b02ebb1900dd13a29cbd61648d5474c343c79d037649eca 0.25 MB 333 34
278,983 278,983 00000000000000011f83e5f9113ae66e8bc01155ee01ce95917a9930243b5d27 0.90 MB 1,757 42
278,982 278,982 00000000000000027038af8a0fb1d73d16618f400e06f33fd21f084aa9e73d53 0.33 MB 698 50
278,981 278,981 0000000000000000d401d60b47aadf7b306f694c26d2857b618e6edafc323310 0.15 MB 184 15
278,980 278,980 000000000000000055303b99e4cc89835e28de3418e7ff3370b0f71b4e111a43 0.06 MB 115 37
278,979 278,979 0000000000000000bcee4124d5d1fe02878ff6683f388da686120211f269ed48 0.17 MB 341 33
278,978 278,978 000000000000000230293d2d21057a291856b0081d66621ac2942cf46a9efff0 0.32 MB 292 18
278,977 278,977 0000000000000000cc803b291bdc02bb4468d3a5ed9a62d9be486607c1574a7c 0.25 MB 626 41
278,976 278,976 000000000000000140460b26943c555f6529a419a6f74f3c569295e8c9c2e5d0 0.25 MB 669 53
278,975 278,975 0000000000000001c0340e88bfa23ad8ec787944050bc404d87250aa4c2f2fa0 0.25 MB 599 66
278,974 278,974 00000000000000014657fd86b72b2c5f9cf24dcb98c63075fd0ef5dbafd63f9b 0.25 MB 446 66
278,973 278,973 00000000000000012096d6e707222dfeef093c4907729bae167f6751fbe36dc0 0.15 MB 297 39
278,972 278,972 000000000000000141266b26e48de40c8d9f63de5805a615f7bf841e6b2c1982 0.25 MB 371 22
278,971 278,971 00000000000000016a629480625dcf085a0f08e6ee3ffe2bb42044044f539f23 0.25 MB 638 44
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.