Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,070 (857,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,954 50,954 000000001a21970ff7f7a4e50eb1efac856ab6327de05cfb025a28ad86cc5c02 0.00 MB 1 0
50,953 50,953 000000001549b00190eea4984618df2ab4c9c5ddb301f83d2b705c3d1750f806 0.00 MB 1 0
50,952 50,952 0000000007b8534f40b6c52d7535c168a8a9045a3fd558cab75778cc40e499f7 0.00 MB 1 0
50,951 50,951 00000000020e2ac8e13f124b95a88c1a28e41b2d662f77af79a6709697d593cc 0.00 MB 1 0
50,950 50,950 0000000003e08e79ebd4bd7f889b72e126ae8e54cf271aaca44fa517a1c1dbc9 0.00 MB 1 0
50,949 50,949 00000000111649cebe73b3086b81904ae87eb4905b841082944040ac70d00747 0.00 MB 1 0
50,948 50,948 0000000002cc9374466d82d55ed4bfa18b4a7933e51387c978b10e4ca6bb4d37 0.00 MB 1 0
50,947 50,947 0000000002bd74d3fe1a934ea7331b6022aff75351c5544df7d1efe12dd06351 0.00 MB 1 0
50,946 50,946 0000000002de83a30f703b363b4e63aacc0c5b1d78e439cc0b4bd1790824574b 0.00 MB 1 0
50,945 50,945 000000000a5750295da5d1cdb6cdd0f87dcc03c178549a7707e5b194de07b868 0.00 MB 1 0
50,944 50,944 0000000012faac93befb1f1e0a90f43f24b27f4ff8376031863f42b407e3f7d0 0.00 MB 2 0
50,943 50,943 0000000009eec268f5bbb43e5d937f424cbee37603eee720b2671b55e952b11d 0.00 MB 1 0
50,942 50,942 0000000000c68faa526bd46d732d132893892f94145a8bd59b9e389640c7a860 0.00 MB 1 0
50,941 50,941 0000000020391d48415478fa6c1c8d1a2c8fd6ba3a01760d8b1263d3d4e923f0 0.00 MB 1 0
50,940 50,940 0000000015a239abff39220298ca732a80c0feaee908246c42a033ab9627bc0a 0.00 MB 1 0
50,939 50,939 00000000021cc5353e73f4949afec825271d42f99533ac9ff420929b4b1c91b0 0.00 MB 1 0
50,938 50,938 00000000035ad4ee1ba693a04b8483e76333b304434051aaa64e7ff6be25d458 0.00 MB 1 0
50,937 50,937 00000000147bce4ebb2b0e1ffb2373f3d694ec67df48ca97e83a7c30f3a34a4e 0.00 MB 1 0
50,936 50,936 0000000006e3c6772e27d5a6baeb8757a85caf5e046a61757d7dca103f60b194 0.00 MB 1 0
50,935 50,935 000000001817e3067631f89c2b50dfccf4d405412e05784023174cc22bc5e6ea 0.00 MB 1 0
50,934 50,934 0000000006d449068c1931009fe10b8e9543048f5855cf77cce8a8bfc6781c9f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.68 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,655.06 GB sent, 96.27 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.