Memory Pool Memory Pool Refreshing

1,930 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,907 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (556,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,942 350,942 000000000000000003aeb6262691bb77121204807981db84a18adcd998d3ae61 0.37 MB 630 25
350,941 350,941 000000000000000013e4d53f3f65d1251c241af8c723bac7886f97dcf8beacf9 0.31 MB 540 21
350,940 350,940 00000000000000000a31e9e1f7ecb00f51f1c73fe1ec0f21880130cdbf35b893 0.75 MB 1,303 31
350,939 350,939 00000000000000000b43742d246d7f091a28f81340c4964af85b4e146c7147db 0.05 MB 102 31
350,938 350,938 00000000000000000cdd942dbcd03e9559070ca04dce82ba741512c1b93d6618 0.23 MB 364 25
350,937 350,937 00000000000000000205025236a553612b957ca6effc36ed1aee35b649e7a2c3 0.77 MB 1,514 28
350,936 350,936 000000000000000007aadbe331ca2b47d188b1c21cdbaf889d566b1b70f8cb29 0.60 MB 1,082 30
350,935 350,935 0000000000000000063d152519fd7d729b4b2c3b2efe805815cace1d8a9de30d 0.20 MB 335 26
350,934 350,934 00000000000000000810c7c5185ee7144c1c8550e486f4f82955ce5a3d40c20f 0.01 MB 26 24
350,933 350,933 0000000000000000032d58b8b8e0d9893a60a52ee44094b5cd0f22ae3717a781 0.15 MB 272 26
350,932 350,932 00000000000000000bd7aecdeb019776fa7686916eb4aaff27fbbce31daa6595 0.42 MB 743 28
350,931 350,931 0000000000000000147b45f3dabba27bcde603860f674e5b1948457018396531 0.01 MB 24 14
350,930 350,930 000000000000000007606630fc758ba691117834d4033ff977b2449c0813e9c0 0.11 MB 147 20
350,929 350,929 0000000000000000034f485a1ae274216624c641c9db8dc352d591a83bcd59d1 0.02 MB 39 29
350,928 350,928 000000000000000007d4cd8cc17c4711e4ce59e1617a581d9e037f1ffbfc57bf 0.65 MB 1,124 26
350,927 350,927 000000000000000006ca33a2b2b50ac9144301139554e59bc35f54f8a810968b 0.14 MB 243 23
350,926 350,926 00000000000000000edc2d519eec2a7d600a676d5996cfd04569d22142ce70f7 0.13 MB 278 48
350,925 350,925 00000000000000000ade192a1c555ddf515d4eeb1c301271400c4fb4a905c483 0.00 MB 1 0
350,924 350,924 0000000000000000083674cad11e4242f1d5a8a332692c521584b9d38d44ea14 0.17 MB 397 42
350,923 350,923 00000000000000000702a35fdda18872d7eef9442cbfe5cd00ad29bf511d65ca 0.28 MB 520 34
350,922 350,922 000000000000000007f7ee81bb1a913cf8fe540cee9d16e91f8ce8f489733eb0 0.24 MB 264 22
Previous 10 blocks ↓
Total Size: 769.28 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.55 GB sent, 94.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.