Memory Pool Memory Pool Refreshing

1,261 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,836 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,225 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (743,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,841 163,841 0000000000000ad2456f1fb483b5b02a0592ab462adde350bf74e2c9136478ad 0.01 MB 17 456
163,840 163,840 00000000000000f86832125142bd386a19165ab0bacfc81e6fc6b265385c18d9 0.04 MB 140 16
163,839 163,839 0000000000000004302fc49e7d2475ad5c4fb4647afdca03b7632fd43fa164a6 0.05 MB 100 62
163,838 163,838 0000000000000008dc0354abae2a0e888b8e75aaa71bdad1c5d9e88273f4c233 0.03 MB 45 166
163,837 163,837 00000000000003ab5685ef8e034d1907367b165dc48ceb131658bf869e015abd 0.02 MB 63 118
163,836 163,836 00000000000002c20da97b40dc67c34d0395a627bfd2ed1b2a83bdb10c2bcae9 0.02 MB 38 109
163,835 163,835 00000000000005f93cd76e66acc98757e34c1be94934e67e1e412845134abb04 0.02 MB 41 201
163,834 163,834 00000000000005209615a7bc9ab1e55663d1685f0c37c5967630738b2531594c 0.03 MB 103 153
163,833 163,833 000000000000034e96a155ea1d600be4a882eff97bbbf19ec23171f1c6cdbe85 0.05 MB 132 125
163,832 163,832 0000000000000a2504c147ba7c37e5730716a090f316b6941af65211009bfa41 0.05 MB 99 102
163,831 163,831 000000000000068c6ddbae5bec15c975671d9ef40a0b49fac106f28c990d326d 0.03 MB 36 5
163,830 163,830 00000000000002b87f51a4e2476582ad8d764c3a731e3e0831998fe4a5be8c5e 0.12 MB 113 106
163,829 163,829 00000000000009693d13148e265b11ce759cf7338aa3d83d692d18ce6d4e3a9c 0.06 MB 91 660
163,828 163,828 000000000000001ac4c5da4fb54b67072a14ebe2d35c4225ecdab9b6ecfb4cff 0.00 MB 5 97
163,827 163,827 0000000000000c9ac94294a49a9bd0af25c8519f78513e455106fcfde0bed6e7 0.00 MB 12 34
163,826 163,826 0000000000000b43b8bafb5adb6793218636ad3df633b9257ef85cd0fbca3bdf 0.02 MB 29 181
163,825 163,825 00000000000005149d06341e57016baff205c3c803340548f96317d449852e63 0.01 MB 26 99
163,824 163,824 0000000000000a8d9ecd449e234b3f3bc08c816b029e8bb908f79fd6d14bc6e9 0.04 MB 72 235
163,823 163,823 00000000000007fbf5cc9988dc9f7b702b435afd02478b15b24de0a7b03ae954 0.01 MB 24 169
163,822 163,822 000000000000062eda4747287d7d44f1585ddceecaf9ae64fb570ba8ef7716e4 0.01 MB 29 1
163,821 163,821 00000000000004bf826404609f711b012a62f4cd516569c669c50eae1eea1976 0.08 MB 82 157
Previous 10 blocks ↓
Total Size: 769.23 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,634.79 GB sent, 94.08 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.