Memory Pool Memory Pool Refreshing

47,341 transactions
32.83 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,108 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,606 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,107 (477,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
398,799 398,799 00000000000000000663fec6f5d760537409c63d7fee27c283df265d6761ba28 1.00 MB 2,050 36
398,798 398,798 0000000000000000036090270c9bb40b8bbf60bfcb71b8bf3c47c4d70d843c73 1.00 MB 2,222 38
398,797 398,797 00000000000000000212f8bff44642bcebf9318c540a904646e1afe46d0b5dcf 0.95 MB 734 14
398,796 398,796 00000000000000000455c7b57b9b0107cf568df7c682de8e6a2f688fd7d89452 0.98 MB 2,045 38
398,795 398,795 00000000000000000282910e2be75cc3b66972a5b3f1aa33b6389bc990267484 0.93 MB 1,321 25
398,794 398,794 00000000000000000477a0d4acdeee3f6ac45a0cd9a805ac8e715566a48783bf 0.67 MB 1,209 28
398,793 398,793 00000000000000000364974c6648275152c2c6971020cfcca6cf3811357dd988 0.99 MB 2,543 52
398,792 398,792 00000000000000000516f59b94d88bc8b9eff2bd5f40e2d5cdfee9590e589af9 0.68 MB 1,333 40
398,791 398,791 000000000000000000fe24b4d5e06d6820516f02c39879f8ce93a81cd9b0713f 0.75 MB 1,111 23
398,790 398,790 00000000000000000088b66aea880ca332aed5631da8c50b4cc586b4c4aed5c9 0.93 MB 814 20
398,789 398,789 0000000000000000016925efe4a5cb1fb4e424c4408b557bac19599c7943ef66 1.00 MB 896 15
398,788 398,788 00000000000000000193be2a2b08af0a029c2fb416d4535d31c3b7678fd67be3 0.99 MB 1,328 26
398,787 398,787 00000000000000000314ed174c0c0d8941c518a0cc75ca6322b9efccd2c57381 1.00 MB 1,055 21
398,786 398,786 00000000000000000577ac8caee98b433ddb8d1f87c6d6e8f8cb5320ce82260d 1.00 MB 1,553 30
398,785 398,785 0000000000000000013610641e568243f74870f39e66efdef1e40af220ab942e 1.00 MB 2,580 54
398,784 398,784 00000000000000000659673622b4a7a488e5cc61f1741081946243a514042705 1.00 MB 1,877 36
398,783 398,783 000000000000000006f64b563bbc9b9a799bf4ba97157123775707eb162cb82f 0.99 MB 1,420 23
398,782 398,782 000000000000000001fe110a58f1ac3b62242a45352a58fc669aee707e49f493 0.99 MB 2,528 50
398,781 398,781 000000000000000003123bd5648a4a2c01b7a6cd023d5b2fe86d917789b66b5f 0.95 MB 1,637 32
398,780 398,780 00000000000000000604e5b0208d576c936a3daa10901d233a2fe32aa09a87b9 0.75 MB 1,705 45
398,779 398,779 000000000000000004a1879ca6760fa4e7c0ae884b2400711272a80be431ad02 0.93 MB 714 16
Previous 10 blocks ↓
Total Size: 710.69 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: 695.83 GB sent, 16.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.