Memory Pool Memory Pool Refreshing

340 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 266 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (762,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,958 144,958 00000000000007b017cc79c93f645a39eb8c64d4f02a7195d3d05e4e81364589 0.05 MB 130 184
144,957 144,957 00000000000001281d28747175dcd65e15c7eaf6f715acbdd8a84a0f069ee653 0.07 MB 151 161
144,956 144,956 0000000000000400a303726c339e602e0936be865056f1bb99702a99bfac53c1 0.05 MB 103 191
144,955 144,955 0000000000000848e75a6544128f294960d33a694004c14a0871f425debf9580 0.02 MB 49 349
144,954 144,954 0000000000000949d0668a9aa61ba0f5534851b1a034811a5e7a1af4c8c1144a 0.03 MB 84 40
144,953 144,953 000000000000042226db89db44481951658c1e643fc3149f30863d8fc26c13c0 0.03 MB 54 255
144,952 144,952 00000000000004a28913f8529e42e43f88ca78d0e7199228b89424139e10991d 0.05 MB 102 100
144,951 144,951 000000000000003ca7ffc2db8a9dd3a04455043feaba01387cdcfa9a4490faef 0.01 MB 25 96
144,950 144,950 00000000000006c9987011564895927d385b59b06e1ced7a96d2d28a243515ea 0.05 MB 153 22
144,949 144,949 000000000000092b2fe6274532b6184838846e8b57ce8708fafdab602d2d9dd3 0.01 MB 15 1,272
144,948 144,948 00000000000000e43cc56fcdd6dc9ed835e27c5a3164a88f496cf4a1550c647e 0.06 MB 123 111
144,947 144,947 0000000000000424e388c74c4f3ac0ef128ec57a7c599f88f79a35fd467ab46c 0.00 MB 11 524
144,946 144,946 00000000000003885e8a0863d48308ce7635c63462e760acae0f875294532797 0.00 MB 1 0
144,945 144,945 00000000000001cd8aaab9c229a034b3201939be0fc759a0e6baf348bd39ac6f 0.05 MB 122 212
144,944 144,944 00000000000006ac474e7fb400fa7971a1003fbc38f970507d65d77c25582922 0.05 MB 101 329
144,943 144,943 000000000000042f4cca33fdc6d5c6d0302f5b3e6d73f1cb5be91de17fbd5636 0.03 MB 47 322
144,942 144,942 000000000000001d5e8cd5ca418fa9f2385e7dba7ad29518f71b4d325487b3a4 0.04 MB 92 391
144,941 144,941 00000000000009128d17f5d0e10ba44da6af4209be31c4efd86c07fb69a5de26 0.00 MB 16 206
144,940 144,940 00000000000003c6bedb8b3ad09d3e97960a54d6014cd4de3eec9dc730f93548 0.01 MB 22 73
144,939 144,939 0000000000000056a743e4eee3fa42e60612b055d445e0a96208ef2d79568fc9 0.06 MB 75 52
144,938 144,938 00000000000004846044d55a89924bb8e0118c10ccfd0adc2d00f15d680a3e5a 0.00 MB 11 789
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.