Memory Pool Memory Pool Refreshing

761 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (772,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,459 135,459 0000000000000837343715082e1812b33530d8aacbb7c338b3cc56811d705d71 0.01 MB 26 749
135,458 135,458 00000000000000c30ab6fa56a981254d45be8b0dff9375e59d73a33681d2c9e0 0.01 MB 26 292
135,457 135,457 000000000000089b8104535e45427cbf7d767f266f8b6558c2b2594d1ffbe418 0.05 MB 89 531
135,456 135,456 000000000000097e5094b6bd626c2904aaa1e86d96d9cd75cf82f328cce6f8a2 0.01 MB 14 306
135,455 135,455 0000000000000aad97896db09dc02cc1b4675cbed1a417a54101254568eb0620 0.02 MB 71 2
135,454 135,454 0000000000000294141824cb82a27c6607a72457db4f49f242da596ef5e85347 0.01 MB 16 74
135,453 135,453 00000000000005be078753dae291da920283f48e2207179578f0f8eede44ed70 0.01 MB 21 177
135,452 135,452 000000000000008fc20b04dccfce65901d116bd3bc5ca3a6002e0821dee0856b 0.02 MB 33 719
135,451 135,451 000000000000061d699d6ada0d5f01fab379bd8c97364fd837066955391e73bb 0.06 MB 157 495
135,450 135,450 00000000000007f3d2753059ae454ef634ef1c8c1efd36e6be429c2084bfb079 0.00 MB 6 116
135,449 135,449 00000000000001621dd40f38aa695cc87eb53fa2e0eb2caf784da9453a93605d 0.01 MB 13 161
135,448 135,448 000000000000046fe6880d7690630d0222ae53514990206599743580a4bd7f16 0.04 MB 133 67
135,447 135,447 00000000000007200e80dfb3a741b845a5c0e38a1ca5eef43a7059842578e86a 0.06 MB 103 297
135,446 135,446 00000000000002dbefa5950d7fd760f62260be2a048fe5bfd8efa363b9d7375c 0.04 MB 85 460
135,445 135,445 00000000000008f7ef5279204b79f832c32dd38c2a72e82b3d9e1d16763af051 0.00 MB 13 369
135,444 135,444 00000000000009ca219d3062c3924b8549baa68102b18dafd89b13606adefdb1 0.00 MB 1 0
135,443 135,443 00000000000002519f725ba35c3f04569ced147f540e00aac00a6a2a6fcc434d 0.02 MB 46 199
135,442 135,442 00000000000005c6622900ca9980c4e6fb9809f833fe63d1c5cc3aa726d1610f 0.01 MB 29 323
135,441 135,441 00000000000005064164528a5b25f49db2cbfaf5205b238803003dcbb4618809 0.01 MB 33 477
135,440 135,440 00000000000003868d382bc02e04b6afc3b972f896269757dd4ddac05ac76e7e 0.00 MB 11 90
135,439 135,439 00000000000000ac2cfae2d24b412963f00f8a6cbb357733f76ecd4b55db332f 0.01 MB 17 1,026
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.