Memory Pool Memory Pool Refreshing

2,427 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,993 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,415 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (800,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,942 107,942 000000000001c1bdc4a94f22b3c45eeb7f77dd4d9b57a85fba25470286c37332 0.01 MB 46 0
107,941 107,941 000000000000c09255d8564a5c01b6db9fc716c7637d4464c3e9f817c1e1932f 0.00 MB 6 0
107,940 107,940 000000000001a599f070fee7d287a68ec006a8c04510a40984fd43160d7b7ec7 0.00 MB 1 0
107,939 107,939 000000000000ffec8779a4da4bf38cd68d2b8bb64047dce5d6d5c6a1e76b2e27 0.00 MB 3 0
107,938 107,938 0000000000000b2596267ce4a3b3837e905fb90f5dffbfedb1f9f696b11c0277 0.00 MB 1 0
107,937 107,937 0000000000007829839a0984e26f1e6b67757006ddcda84684d9853ca493cc04 0.00 MB 1 0
107,936 107,936 00000000000228413ba6e220f69acf1c9141dbcfce35305412d05d212dffb3b7 0.00 MB 5 525
107,935 107,935 000000000000a2caf79f7b7db612747530a51bd4506e75a8298b1910e1945700 0.00 MB 6 0
107,934 107,934 000000000000d5c0af5213627f3cbff57a6663348574970de03001ae9024750a 0.00 MB 7 0
107,933 107,933 000000000000fd44434e86ddb5aa248255bb9209b140aad48272a395dc89a3f2 0.00 MB 12 0
107,932 107,932 000000000000c0df44ec590e3a0743fd20d277ca1a80082eef8fa7071900c3bb 0.01 MB 31 0
107,931 107,931 000000000000a25c01a77628448a17b17c4ba6a9c061ed9d85f6ac1eb15887f8 0.00 MB 2 0
107,930 107,930 000000000001d8b8cb2cfaf70ff9d7eefcc895182c772b0f6d006b624495235b 0.00 MB 6 0
107,929 107,929 000000000001b053951b1d77cfdc755f8f9aafe91de396ad09b44dccd9638260 0.02 MB 61 0
107,928 107,928 0000000000009617a46da078fc5a6922feb68e03ee993c38977c350a630c529c 0.00 MB 8 0
107,927 107,927 0000000000003d9c3df0423236ab1285d2df16a91abcbb81bb1756313607bcc4 0.00 MB 8 0
107,926 107,926 00000000000068d51545a3de2a66878236d858437238f5e9978ee1e6119123a2 0.01 MB 30 0
107,925 107,925 0000000000025d59bc3d86f68a54c188ae9c1fea337d2960c94915db7eca350c 0.00 MB 8 0
107,924 107,924 000000000002443c3a73c79f1647f854f4b0bc512282b19ee9e337470411cb11 0.00 MB 4 0
107,923 107,923 00000000000037f21c677d5eac09fe487b6b322c2f899ec060fdf6fd3bd7eddd 0.00 MB 8 0
107,922 107,922 0000000000004b1133330c10ff7a63cbd2580aff1c62f1388b00cb32d2a02cc5 0.00 MB 5 291
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.