Memory Pool Memory Pool Refreshing

14,214 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (16,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,786 890,786 00000000000000000002340de87bd8824426178bff27b4603085f0c9df90e768 1.86 MB 3,824 1
890,785 890,785 000000000000000000004478d06a74c32e997ec6d19e56a76f8a84c4021c6c1c 1.80 MB 3,866 1
890,784 890,784 00000000000000000001bf4e5c91735e4b798f96d37b9999a6f6bd9a635adf2c 1.69 MB 3,888 2
890,783 890,783 000000000000000000000add94dd5e21a53ee51a98262a029ba62d21ba4b2a19 1.62 MB 3,244 2
890,782 890,782 00000000000000000000b2775346c34b159c31ba072568528bc521b484d715a6 1.32 MB 3,061 1
890,781 890,781 00000000000000000000bfb09ff39c439f858603b99b566d2ee1146a1db1dbe4 1.87 MB 2,356 1
890,780 890,780 000000000000000000002a325ed30527823ff280fc52a5946da8d2e70c13f7c5 2.94 MB 2,255 1
890,779 890,779 00000000000000000001356ac8ce893f182bcb3093c18c32f96a309965c9d622 1.92 MB 3,298 2
890,778 890,778 0000000000000000000242671d86bbad573c9e76afd5704cb52307b50096dbcc 1.78 MB 3,414 2
890,777 890,777 000000000000000000017722bf4ac5f97ffbd2d169a406e55f24c78039397861 1.07 MB 2,580 1
890,776 890,776 00000000000000000000944451a4c639e8b0d5b56a97c743eb851bc3a16a5ed7 1.88 MB 3,460 2
890,775 890,775 0000000000000000000001f82b3a1fea614df1e6f20aa37b249ee1f3be0bb816 1.57 MB 3,417 2
890,774 890,774 0000000000000000000057907a0ec7b4f07650ce55bdc6e4540ed6e267026e43 1.37 MB 1,159 1
890,773 890,773 00000000000000000001634808ea6a5c3f61f7b34fa782a089650f4484d65d59 1.46 MB 3,416 5
890,772 890,772 000000000000000000011564c1c5e2a76936a7e09221ef32a5301ee054f2cb48 1.63 MB 3,475 2
890,771 890,771 00000000000000000001404b967fbf4f7e53398094dd74afd639ab05edc7c26c 1.58 MB 3,719 2
890,770 890,770 00000000000000000000b42a412f67b33254d9a7a7bafa447b671def98edd7f1 1.50 MB 3,170 2
890,769 890,769 00000000000000000001040f00be68e471cba309deb751b2a717ba1eb795f07d 1.32 MB 3,300 1
890,768 890,768 000000000000000000022a1c02c9a3b3ef98b18596eb106345e939c00852b632 1.61 MB 3,506 2
890,767 890,767 000000000000000000006a26cd1c7a30064122c41da8a413ef9fda1542b43ac5 1.81 MB 4,010 2
890,766 890,766 000000000000000000006a86eaa8925fc781c0e942e1d2c4547f3695c97a6236 1.85 MB 2,851 2
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.