Memory Pool Memory Pool Refreshing

4,341 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (317,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590,081 590,081 00000000000000000007af22e0ca93a58c3eb2a7e17e1795409823b558b9612c 1.30 MB 3,356 84
590,080 590,080 0000000000000000001364f79740be08b323b99c3555ae5545d242c0888bb13f 1.21 MB 2,447 57
590,079 590,079 0000000000000000000bcff249d578a80dcb8642254478646b312dc460b223ee 1.18 MB 2,102 62
590,078 590,078 0000000000000000000be553d221d87afe29654267a820ba3b9e0c047f8ad583 1.17 MB 2,136 60
590,077 590,077 0000000000000000000e001ec847cf75db541e2a7cc3780ec6a50fcf6b9fc095 1.18 MB 1,460 60
590,076 590,076 00000000000000000016c293a92d7f53221f003331e61334ec711758fbe32cb1 1.20 MB 2,683 87
590,075 590,075 0000000000000000001aa176e452d33bd3a31fbd02b97f4adc04370b4af7fa05 1.34 MB 3,048 72
590,074 590,074 000000000000000000026ba69795f8272c1b592337d4dfb0d941ce772329f051 0.95 MB 2,225 40
590,073 590,073 0000000000000000000914c118a204a321cd2f1851c23dddebc14b7cf0d92d11 1.07 MB 2,483 33
590,072 590,072 0000000000000000000c3832316cf6c0173587ba655a669c0a68ef10617821fc 0.27 MB 727 33
590,071 590,071 000000000000000000173e7ec320d7d09f92c10dba74cc73efafbb49de1034f5 0.48 MB 998 33
590,070 590,070 00000000000000000004b53b073194dcd935d6504a329ead3d8277803e1c75ba 0.65 MB 1,432 33
590,069 590,069 00000000000000000007fa5c07a90032719103128fc4e5590cd8fb2931134d87 1.06 MB 2,511 9
590,068 590,068 00000000000000000014f8e73d37683b8d327b5c74cf2c93b602a0bec6dd9d93 1.25 MB 2,796 31
590,067 590,067 0000000000000000000385274c0bbec5d71f6e5bbf111a43be103eb560783289 1.24 MB 2,715 48
590,066 590,066 0000000000000000001a243f4f8c2723113d58a615570d2e75804810e7fd5f27 1.31 MB 3,207 75
590,065 590,065 00000000000000000018f8707ad09b31c702314a61b8e0097ba2171735016fea 0.52 MB 1,545 13
590,064 590,064 00000000000000000005fce3c03b1f2e4a25e32e4f5ca3ca6af83fc84b25e0de 1.19 MB 1,838 60
590,063 590,063 00000000000000000014497d470f490ede134a8e73d793ef6770ff42cc3ccfdf 0.97 MB 2,104 43
590,062 590,062 0000000000000000000546973a08022d9e3588464adac9c7146fe752c762299b 0.80 MB 1,996 22
590,061 590,061 0000000000000000001afc2be49b0e00688b13570edec64b1aa457a7c4282217 1.08 MB 2,448 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.