Memory Pool Memory Pool Refreshing

17,560 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (738,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,978 168,978 0000000000000a97116e69aa41fd2d4b4ae529fb330000db3e00da79ec1c4806 0.00 MB 9 426
168,977 168,977 0000000000000445991c0dabd327aa5b9de51df521d42699bfefc15bbe04026b 0.05 MB 137 69
168,976 168,976 00000000000009581c9ad644044ec8ce120d3cfe91679d594ed529c9a325b17e 0.01 MB 26 77
168,975 168,975 0000000000000a3c9693ac31fa680b1b5e322b5b75beb6458bafafdc6e836b3d 0.01 MB 8 50
168,974 168,974 00000000000004eba1b2729fc4314b11e22fe2ba27f87124f327f7486e65691b 0.00 MB 7 131
168,973 168,973 000000000000076c72d597b74c18885d67af94d6f1f56fa788f55a7c296895ed 0.01 MB 15 41
168,972 168,972 00000000000003ac3d6e6bc81d40613ac7209196fc4d8a33b103aee5e83ff572 0.01 MB 14 504
168,971 168,971 0000000000000c007a332af0d3f2a14f99cf2541f997a9974a318ad8c9b119f5 0.01 MB 19 143
168,970 168,970 000000000000036b89dba9bd80b6d2e3be564436b1783e5c861f659d88932ff7 0.01 MB 12 66
168,969 168,969 000000000000066f15da26c1ae0b541e7aa826c78a3ec1312d94f67080cf0e20 0.02 MB 50 26
168,968 168,968 000000000000028a73d92c843728556692aba8cc052876cb44e455024009beac 0.00 MB 12 0
168,967 168,967 000000000000001e1130a8985ab346de30ecf48904ab31de957cfcfaf0d2c0fc 0.01 MB 24 94
168,966 168,966 0000000000000ac96d7eb72b04e3473941f409cc2bc95b21837dabac335b437c 0.00 MB 7 21
168,965 168,965 0000000000000b5355045fdf2115e69679f66dfca799d07559e8dba2bc458015 0.01 MB 22 144
168,964 168,964 0000000000000099a3a2bf3ab9507899d380f6404b803469f95af139541d6862 0.02 MB 80 115
168,963 168,963 00000000000002e5dd42bf2dc6915aab9ce86bd864f10d22ee85f46cfa7f5cdc 0.02 MB 25 215
168,962 168,962 00000000000009e34eed3b408e51eb7745458b30edf64ef9f7622f411f885def 0.03 MB 75 139
168,961 168,961 0000000000000476b322e52fbde228890baeba8366b39799dcdee89dc5d17bc2 0.01 MB 20 77
168,960 168,960 00000000000007d43528a7a225d7e87f21157c25d20c67a1adc585226b63bd7a 0.04 MB 49 79
168,959 168,959 000000000000045be8eea5ff3479d5811a6c16f6318bbf7211933100b54b5ab4 0.02 MB 80 30
168,958 168,958 0000000000000068b1bb4d78be172866bb006513f96a2f8070cf4344da858184 0.01 MB 13 0
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,624.21 GB sent, 92.99 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.