Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
899,750 0000000000000000000237740000000000000000000000000000000000000000 0.98 vMB 2,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,749 (8,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,963 890,963 000000000000000000013d2529fecf8e83377465bf521022a4889b8d3942e9b9 1.54 MB 2,303 3
890,962 890,962 00000000000000000001a6e4b3ed9a83b423751e6d32cae64b753692236da970 1.37 MB 2,293 2
890,961 890,961 000000000000000000021cb2ee19eace0de9e644a5e3029892f2e12412b5afb4 1.41 MB 2,569 2
890,960 890,960 000000000000000000013449e0423ffdc12680f4cf9b4bc1e480aa417b8cbbf9 1.57 MB 3,390 6
890,959 890,959 000000000000000000018277f4e38e5d0cef96d76079384d290df1c8266b12da 1.53 MB 1,932 2
890,958 890,958 0000000000000000000014d7e86724ac0b42d2976293fd6f3a1f7b5548bb757b 0.68 MB 1,585 2
890,957 890,957 00000000000000000000e26ee28ca9ddc33a75a93f2ad611b96706ff834dba2c 0.13 MB 122 2
890,956 890,956 000000000000000000016886d6d3df9642387ab6be8a0962c57f3334392c57b6 0.09 MB 264 3
890,955 890,955 00000000000000000001e10a3c8c666371f6d0532bfae2ce34a910bbe6303d20 1.90 MB 2,523 1
890,954 890,954 00000000000000000001dbf9abbe0e9cea885137551cd3ea453e1399543e76f4 0.94 MB 1,908 1
890,953 890,953 000000000000000000019d74cceb025c172c9c4b799b43667fc730e143dd36bd 1.63 MB 3,015 2
890,952 890,952 0000000000000000000116f4a0ddf252710b61f2b8274773a78fac065d4dafd1 2.04 MB 3,184 1
890,951 890,951 000000000000000000009c97bbf23592e8a9b4247c3786e1f81aa2c6bc8a9dab 1.79 MB 839 1
890,950 890,950 0000000000000000000223dc1ab783d0ee19ab6e83fb0c6cda725d2c70db98d2 1.50 MB 1,848 2
890,949 890,949 00000000000000000001874dbfe47182484e50ed74629e7017c4f1300339d829 1.28 MB 1,306 2
890,948 890,948 00000000000000000000d6f33c585b549a47b24a3060693175adf6bc6918cdaf 1.68 MB 3,470 1
890,947 890,947 000000000000000000001515a76d4c71d94488a6ab78d4a564f013e48fb64da5 1.61 MB 1,735 3
890,946 890,946 000000000000000000020eb7a008cc27d19df355d8695f029c08a156c7253fdc 1.02 MB 139 1
890,945 890,945 00000000000000000001ccd6de0c2d26afb2f24fbf36da79291d002efc2f1ac3 1.10 MB 680 1
890,944 890,944 00000000000000000001b1ecfb03b8f7ab686f5d8721caa0c323bef2de6a839e 1.43 MB 1,914 3
890,943 890,943 0000000000000000000271f389b88b68704572a6d1240bfbe6405d9fad836118 1.42 MB 1,807 2
Previous 10 blocks ↓
Total Size: 755.55 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: 528.72 GB sent, 26.24 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.