Memory Pool Memory Pool Refreshing

6,630 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,749 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (97,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,106 810,106 00000000000000000004c5195b3e15c6f4d865585fb7e44f0af64b256f0c4c3b 1.89 MB 2,409 8
810,105 810,105 000000000000000000007a0284ee347105f810979e46b6fdfcb32428deadcf07 1.92 MB 696 8
810,104 810,104 000000000000000000012db5e6fed4047b63668ee7014eddbe5cf54c3ebdebdc 1.53 MB 1,950 16
810,103 810,103 000000000000000000013e84d3da71a4aeba0953280b437212e84660c08d96cd 1.73 MB 2,562 19
810,102 810,102 000000000000000000045ac7f71d579817b4fa3330c42252a086b0011ebc53f0 1.27 MB 1,723 26
810,101 810,101 000000000000000000028c2462727ec43eb9e39e9d1c179f93515d0649bc386d 1.78 MB 2,779 8
810,100 810,100 000000000000000000016de6abf09ac9b1726dfd74e7ded706f9daa0d6a50b5a 1.72 MB 2,080 13
810,099 810,099 000000000000000000032fefde093b45e372bb84e0063214010976c599b4f73a 1.52 MB 3,078 21
810,098 810,098 00000000000000000003bc862df6a02644a7239ebc226f2e91355f8de3fc206c 1.76 MB 2,665 7
810,097 810,097 00000000000000000002ba8b8c8919010bfff78ce11dbfd3c4592cef593f6e69 1.33 MB 683 3
810,096 810,096 00000000000000000001aa87f0f6f2923f784fb857d90b738b83773959b36bf7 1.45 MB 1,980 18
810,095 810,095 0000000000000000000427c73757703c6760495b900752a77c164d0293486bc1 1.56 MB 1,309 8
810,094 810,094 000000000000000000048ae1a86d312da51a112737ed9fa558babf02400703d2 1.41 MB 866 3
810,093 810,093 000000000000000000047c8d6f9a1ec11f26c72d4146bd9e8e8c65ea42a0e4b1 1.77 MB 1,244 6
810,092 810,092 00000000000000000004c87225fef5c861600f3409302e3e74d3696e09927592 1.33 MB 1,984 5
810,091 810,091 00000000000000000002f1ba1f72d17b4963e755ba20cf7175c0fe5b2f53a5d1 1.32 MB 1,155 9
810,090 810,090 000000000000000000002d3ca804b23e00a34ab242a9dc0cfda503cf8c94c1a3 2.10 MB 704 5
810,089 810,089 00000000000000000003587fef743e576ebeef6453604a9f9244ff691955578f 1.49 MB 1,501 9
810,088 810,088 00000000000000000001456a76e9ef8aac6636172e6ed1de5b31977b11568e4a 1.29 MB 1,412 8
810,087 810,087 00000000000000000002d745fba07b988aeb43335a09d484d4457e584267be36 1.63 MB 3,312 8
810,086 810,086 0000000000000000000391561eb5bad01af1863d2c24c59e6e074d2df8e8fd1e 1.99 MB 2,334 13
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.