Memory Pool Memory Pool Refreshing

5,945 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (52,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,957 854,957 00000000000000000001de15d90030a830d4058debb0719b0f28aa98aa3b84f1 1.76 MB 3,534 9
854,956 854,956 0000000000000000000284f6068598a9db84122abfe0b76758c8b2aa5fd2b45b 1.61 MB 5,499 3
854,955 854,955 000000000000000000020d8d6843fbf547d3251eab22cea162154dd3017c990f 1.68 MB 3,998 5
854,954 854,954 000000000000000000004c6811eb95d463dcb1ca826f36ec8e96223065b53531 1.58 MB 3,217 14
854,953 854,953 0000000000000000000077e37a6fbba5d82f04d493a1ae66205d207d615333fa 1.55 MB 6,621 3
854,952 854,952 00000000000000000000de639b72b7288d1554b5f2418be7b99204defe33f1f1 1.73 MB 3,086 6
854,951 854,951 00000000000000000000ae1b72ba592c9e896c16eb3e8522dd52983a6002c27b 1.65 MB 3,589 5
854,950 854,950 00000000000000000001a0012de2163cdf4829d41514865d8a8aa2e72edb6312 1.47 MB 3,116 15
854,949 854,949 00000000000000000001e86838e4313b014995c7773ff5c88f1fa4bf1fd121d8 1.60 MB 7,087 3
854,948 854,948 00000000000000000001f64a7dae89b2589d3ea457bf9ac51b485c6fcfcad42b 1.62 MB 3,409 4
854,947 854,947 000000000000000000011b40a1af7cd6dc6c20f2545e66bf066fbf22519915c0 1.62 MB 3,545 10
854,946 854,946 000000000000000000012ee8c79c612b7fd9911b8291bdb8bc770d1ad68f1e55 1.60 MB 3,580 8
854,945 854,945 0000000000000000000233577f6adaf5e4cb16af2728acc70da9f466b65bfb40 1.62 MB 5,794 4
854,944 854,944 000000000000000000005019e558960aaa55b4958b246ff8e57e004567e78ed3 1.67 MB 3,651 4
854,943 854,943 00000000000000000003165c3a3f78bff7a93924b84754080c9c23463bf08e3e 1.99 MB 3,256 9
854,942 854,942 00000000000000000000ead8b3cb10fe0b480858d41e05fdc746d0844516be75 1.44 MB 2,717 11
854,941 854,941 0000000000000000000172f66da285834d4798647f6907e5fb518135f1fafe43 1.69 MB 5,823 4
854,940 854,940 00000000000000000001cc3cac1f76f70296dfab2e9d3515fe26945b4c7146c3 1.63 MB 4,032 6
854,939 854,939 000000000000000000028f1d4636cb47fbdeb8cf3a7f4f408a9473f9500d19fe 1.62 MB 3,533 7
854,938 854,938 00000000000000000001542da2c5fddf5bb26cb39f10f1d227018b9aae6fcb1e 1.68 MB 7,041 3
854,937 854,937 000000000000000000005f90abaf77ac2faff28a882ec55d1f295f61b0d9d526 1.74 MB 3,088 3
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.