Memory Pool Memory Pool Refreshing

2,462 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
2 sats/vbyte 3
2 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,149 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,024 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,148 (901,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,498 6,498 00000000d4af32f13e211f10c7f1a3af0493b85a09980be76f46c43259e709de 0.00 MB 1 0
6,497 6,497 00000000812c50c56dd8e51a0b7479d7e610b8185e41d5dea86cfc297526ec75 0.00 MB 1 0
6,496 6,496 0000000098a1606801259815d3c8e24680d91a597b8fb724e7a79e1db22b46c6 0.00 MB 1 0
6,495 6,495 00000000973b14cc39260f83861f399d419128b4a15e40c60465741c2d1d78fe 0.00 MB 1 0
6,494 6,494 000000004071ae39074040d4a302d96f61c45a0d38b6d5c5a7f4618aaa9e28c5 0.00 MB 1 0
6,493 6,493 00000000b58de9128809fd2f74b9664d8422c2e250d5a3f1454e69579c6d0d18 0.00 MB 1 0
6,492 6,492 000000005fad9ebb8923cff268ffef5cd61d22062700cfc331cebece79b21015 0.00 MB 1 0
6,491 6,491 00000000bf15fb64c76a8c269c966bad7111cedf84589b4859350857482bb48e 0.00 MB 1 0
6,490 6,490 000000005619d16344812b7a8e7bee7f286d31e9829bde188b7bc4410b63af52 0.00 MB 1 0
6,489 6,489 000000006438d40acb75496695018c91b82377cbccca8d477797fa7adc721f82 0.00 MB 1 0
6,488 6,488 000000003e05a51397427853324c21e9a1984bba8daafda81452adf1b89a5c63 0.00 MB 1 0
6,487 6,487 000000003b2f4d7964d4786046cd595d8f7174dd503e354ee0bdde776d125625 0.00 MB 1 0
6,486 6,486 00000000e71f13f1d27e643de3f7d7da9da6dff8dcff26702c4a682b243aa3dc 0.00 MB 1 0
6,485 6,485 00000000bd6efd0419df2abe501946d4a90c24571c5f44fb176a7155292db3a6 0.00 MB 1 0
6,484 6,484 000000004d91e40fc5fbb5be48f2a11e5ef393d914623636a330817a4e809cba 0.00 MB 1 0
6,483 6,483 00000000ccfe932c3a2a2129b5eb7415dc6775643c4bdb9fa58f9117cc8eaad6 0.00 MB 1 0
6,482 6,482 000000008f3d4381c02a83d069df55b39200d7e8d539ccfcf258f61e07fa5db8 0.00 MB 1 0
6,481 6,481 00000000e6a02f1b36c1d4a7faec94be737c1fef22df42cc3a33b19e13b3dceb 0.00 MB 1 0
6,480 6,480 00000000abd5f5b6f9c105607d83d51a6c9a2407b734521272ad3e5910ad6858 0.00 MB 1 0
6,479 6,479 00000000804b6cc556b38b08cbfb7955e144584a33d9e26ee924da51ccb92d52 0.00 MB 1 0
6,478 6,478 00000000de826db313b89675d3c87abd4fa1226bb16b1605d57d53cdbf818abb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.83 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,680.65 GB sent, 97.02 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.