Memory Pool Memory Pool Refreshing

3,942 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,516 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (522,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
384,959 384,959 000000000000000000806c8a9b2908adeecd7fa02cfa74a4096e18a2a474c3c5 0.73 MB 1,171 22
384,958 384,958 00000000000000001016f7e5a9debe835f557f58c1c5f3dcd5071fdfd057517f 0.51 MB 1,166 61
384,957 384,957 0000000000000000051fc29dfb37da88414360e7cf348829280a0715a8877371 0.79 MB 1,754 34
384,956 384,956 00000000000000000496e3013387809af710e967236e108f9f07510431a5d7bc 0.54 MB 1,137 31
384,955 384,955 00000000000000000a6938a67c874d517e38eb989da4e053591daa330fc39b41 0.26 MB 330 18
384,954 384,954 000000000000000000ba40e6c1964d07a61b78f7b96e9429956957d1ed72850e 0.08 MB 62 14
384,953 384,953 000000000000000010b1d0dae06fc33bd17e21ea735de40273c9211072f16744 0.15 MB 381 48
384,952 384,952 00000000000000000d4f1c955119253e3ca4fcef7e4e649bec941a506afac5ad 0.09 MB 160 24
384,951 384,951 000000000000000005735535621c52abae2288ead6edebbca0d351551f11518b 0.24 MB 514 32
384,950 384,950 00000000000000000ec843a93b90c608e9ffb0ddab4e92b5de04f6ca53c9f230 1.00 MB 1,074 17
384,949 384,949 00000000000000000d2132e6b79e64d5a38996e8e47d3ee138ec516e0127c409 0.60 MB 1,188 30
384,948 384,948 00000000000000000622a34aac91bc904794c925d4cc8d417265e86d825b514f 0.96 MB 1,487 25
384,947 384,947 000000000000000002388090e5184912a2484909a5cb6c4b784c6deb8dc347f5 0.75 MB 1,212 24
384,946 384,946 000000000000000009b21b4e2476b296b333887baa23d14ec79a8c65f9316bd7 0.42 MB 1,345 47
384,945 384,945 00000000000000000fe1e42b7c99a1a2850fe0b3f09f7d17bd6ff24acf0a137a 0.44 MB 867 30
384,944 384,944 000000000000000003b104dda5f119eb4b26a473d6fb9253d651093b6ba528aa 0.28 MB 559 29
384,943 384,943 000000000000000004eca80a47c89c5ef57c9ecd0c70774140c8929a1ce29a36 0.41 MB 143 8
384,942 384,942 00000000000000000d6407b52e700627ccb2daea8788d5cb94c8a3fabd3385d6 0.19 MB 393 29
384,941 384,941 00000000000000000db1f68ecd18ce8ac0421c2451da8cf7d6f88728b86f2036 0.32 MB 623 34
384,940 384,940 000000000000000004b2c70bf31b9213cebbf49cdbdb217b11bdd0c3f56cd211 0.99 MB 1,068 18
384,939 384,939 0000000000000000016138ab89d85e6333903a4bfa24c93649238513f5d52379 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.