Memory Pool Memory Pool Refreshing

3,213 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,636 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,202 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,635 (858,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,465 50,465 0000000017cc29831ed2b2429ae6face74791a9ea83a9c7390bcae088d8a6103 0.00 MB 1 0
50,464 50,464 000000000e5bdf87c8bd3496a70977a307ff24d3a560b7daa666af577fae5c8a 0.00 MB 1 0
50,463 50,463 000000000caf82cc659a64944062fd593029ce453e452a78590d35f2529a5d74 0.00 MB 2 0
50,462 50,462 0000000007771d76b9e2ba81b9a84ae44db0762672d7344aa966e6b624b590db 0.00 MB 1 0
50,461 50,461 00000000094e576f05dbfc21bd059c6d6c83ea012ed20fe86dc6bb3051670cb4 0.00 MB 1 0
50,460 50,460 00000000076d2469e0e2659b56bab7f494d0cdd8f790bc3b42902b567bb875ab 0.00 MB 1 0
50,459 50,459 0000000018340c7804e5ff9944947f0805210acf4a28fdff596c3023ff0cb723 0.00 MB 1 0
50,458 50,458 0000000018737510898796a9e0d1ecc6bfd1297d74875cd1b33ca337b469bc61 0.00 MB 1 0
50,457 50,457 0000000001d242edfa62ffa8560249089ffd0f3b11540b71c912f6015dfdb4e0 0.00 MB 2 0
50,456 50,456 00000000170038ed0560f64166e1ffd22ba0647b0c6b5a9a03b8e1db014e1bdf 0.00 MB 1 0
50,455 50,455 000000000a7857549b11f90c7215b6c4a9bb78f2d38a91ab1ad397f067b519ca 0.00 MB 1 0
50,454 50,454 000000001d7f97dece88c7cc9ba2cce09627705cbd78428ec6f29b03a86e0059 0.00 MB 1 0
50,453 50,453 000000001ac242498963eca94c4fcc3f0fe0bdbcfa229a09d2ed8ea016031767 0.00 MB 1 0
50,452 50,452 0000000006d090f854edfc3d59a7667fffd8f05fba15602734d975db8b9b10c1 0.00 MB 1 0
50,451 50,451 00000000060c229ffb8a2beaeaba3938342e9257455d99269a7ec8f1c519a09f 0.00 MB 1 0
50,450 50,450 000000000a76e2a1f6b23beb2a0bf8d30d30681c05ae40ce78acbf98c1b7c766 0.00 MB 1 0
50,449 50,449 000000001effae666f7aa96f6900f8838097611b954a78a2cb91bc2ea12a18c0 0.00 MB 1 0
50,448 50,448 000000001de7a1f884b70459f8258f85a19be5f6f62fe4e49ca8b419584b7f2c 0.00 MB 2 0
50,447 50,447 0000000005f55c95fa217c57e182076e7b78bbe8442fe780c3fac4f91b5c78d3 0.00 MB 1 0
50,446 50,446 000000001f853edfce53f7a1aafe0357d7dcf00a810cd57f186a7bdb15ee4268 0.00 MB 1 0
50,445 50,445 0000000012223a075328fd43296977503d90fc9985c57af9c3ebe0e3a5095222 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.87 GB sent, 101.31 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.