Memory Pool Memory Pool Refreshing

2,913 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (147,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
760,705 760,705 000000000000000000017b0f3d88a6c3ffb1457b936715389dbdfd67b7293803 1.69 MB 1,835 13
760,704 760,704 00000000000000000004674020b47e49aa54b2728f8920001f41e8b8a0e8ddb2 1.76 MB 2,720 12
760,703 760,703 00000000000000000005988fd7ce9a02e0a71971edd26db60e77e58d18b9c479 1.66 MB 1,945 7
760,702 760,702 00000000000000000001806f2dc2355f5b35f084116016b1e88cb11fa2373c8c 1.48 MB 2,613 12
760,701 760,701 00000000000000000007445cb2d638be817307d5953a6aa2a4deb46509ac77e6 1.51 MB 2,232 11
760,700 760,700 00000000000000000004efbdd9c779b334fe7e6dabfc0cf7f0f91f1a56de5cd2 1.47 MB 2,600 13
760,699 760,699 000000000000000000076df641358e9e110309cda8effb8ba04cc8a3babfec64 1.52 MB 2,678 13
760,698 760,698 0000000000000000000388e30f9406c87d39aa7eb3c94dba423cd266dfab7ced 1.39 MB 1,936 10
760,697 760,697 0000000000000000000674a7a444bbe1bb74383fd69beb094002e34ae47e1a28 1.53 MB 2,892 18
760,696 760,696 0000000000000000000735f5546af108f460384dc8e1781a5f26b7bd2945cd16 1.37 MB 2,712 18
760,695 760,695 00000000000000000000f52a8edb902639c038c22aa9dcf1dd7db5ed52e4b469 1.19 MB 1,239 14
760,694 760,694 0000000000000000000461f83579aff54329354ed8cbe46bbd6bb44ef9a4f6ea 1.46 MB 2,974 20
760,693 760,693 0000000000000000000234cbef2bb9601a119bf80e098bf6a0eb7ed7c5210589 1.42 MB 3,204 22
760,692 760,692 000000000000000000079d7554d2a589ba7ff09054bad537c0e4108d981238ce 1.38 MB 3,276 32
760,691 760,691 000000000000000000039d80c59b466d06de4538106d48e8abb0bf10caa09be8 1.56 MB 3,200 13
760,690 760,690 00000000000000000003efcb3ea835d86886a0805e3d9350cc37fa291a4ee224 1.83 MB 2,244 17
760,689 760,689 000000000000000000018128b0c3dd600521cdc8444f230dad22e79a1ea799bc 1.49 MB 3,893 28
760,688 760,688 0000000000000000000735f9612aaf58b43d4cdd8e8a3fd5b334959f045739ee 1.49 MB 3,446 28
760,687 760,687 0000000000000000000052c118fb71ef70753ac0710b5b2277f3a38fd8db23e0 1.40 MB 2,172 15
760,686 760,686 00000000000000000001281f6f3c21575f59912480930b6fb86b373ea3128f81 1.64 MB 1,711 14
760,685 760,685 0000000000000000000680dc88ab3fd8b09db49655deb23fbba30594da6ce74e 1.67 MB 2,764 19
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.